Home
last modified time | relevance | path

Searched defs:siba (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/siba/
Dsiba_core.c72 #define DPRINTF(siba, m, fmt, ...) do { \ argument
77 #define DPRINTF(siba, m, fmt, ...) do { (void) siba; } while (0) argument
176 siba_core_attach(struct siba_softc *siba) in siba_core_attach()
215 siba_core_detach(struct siba_softc *siba) in siba_core_detach()
223 siba_pci_gpio(struct siba_softc *siba, uint32_t what, int on) in siba_pci_gpio()
269 siba_scan(struct siba_softc *siba) in siba_scan()
397 siba_switchcore(struct siba_softc *siba, uint8_t idx) in siba_switchcore()
412 siba_pci_switchcore_sub(struct siba_softc *siba, uint8_t idx) in siba_pci_switchcore_sub()
431 siba_pci_switchcore(struct siba_softc *siba, struct siba_dev_softc *sd) in siba_pci_switchcore()
446 siba_scan_read_4(struct siba_softc *siba, uint8_t coreidx, in siba_scan_read_4()
[all …]
Dsiba_bwn.c127 struct siba_softc *siba = &ssc->ssc_siba; in siba_bwn_attach() local
164 struct siba_softc *siba = &ssc->ssc_siba; in siba_bwn_detach() local
198 struct siba_softc *siba = &ssc->ssc_siba; in siba_bwn_suspend() local
223 struct siba_softc *siba = &ssc->ssc_siba; in siba_bwn_resume() local
346 struct siba_softc *siba; in siba_bwn_read_ivar() local
Dsibavar.h118 #define SIBA_READ_4(siba, reg) \ argument
120 #define SIBA_READ_2(siba, reg) \ argument
122 #define SIBA_READ_MULTI_1(siba, reg, addr, count) \ argument
125 #define SIBA_READ_MULTI_2(siba, reg, addr, count) \ argument
128 #define SIBA_READ_MULTI_4(siba, reg, addr, count) \ argument
132 #define SIBA_WRITE_4(siba, reg, val) \ argument
135 #define SIBA_WRITE_2(siba, reg, val) \ argument
138 #define SIBA_WRITE_MULTI_1(siba, reg, addr, count) \ argument
141 #define SIBA_WRITE_MULTI_2(siba, reg, addr, count) \ argument
144 #define SIBA_WRITE_MULTI_4(siba, reg, addr, count) \ argument
[all …]