Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/bwn/siba/
H A Dsiba_core.c88 #define DPRINTF(siba, m, ...) do { \ argument
93 #define DPRINTF(siba, m, ...) do { (void) siba; } while (0) argument
191 siba_core_attach(struct siba_softc *siba) in siba_core_attach()
230 siba_core_detach(struct siba_softc *siba) in siba_core_detach()
238 siba_pci_gpio(struct siba_softc *siba, uint32_t what, int on) in siba_pci_gpio()
284 siba_scan(struct siba_softc *siba) in siba_scan()
417 siba_switchcore(struct siba_softc *siba, uint8_t idx) in siba_switchcore()
432 siba_pci_switchcore_sub(struct siba_softc *siba, uint8_t idx) in siba_pci_switchcore_sub()
451 siba_pci_switchcore(struct siba_softc *siba, struct siba_dev_softc *sd) in siba_pci_switchcore()
466 siba_scan_read_4(struct siba_softc *siba, uint8_t coreidx, in siba_scan_read_4()
[all …]
H A Dsiba_bwn.c143 struct siba_softc *siba = &ssc->ssc_siba; in siba_bwn_attach() local
180 struct siba_softc *siba = &ssc->ssc_siba; in siba_bwn_detach() local
214 struct siba_softc *siba = &ssc->ssc_siba; in siba_bwn_suspend() local
239 struct siba_softc *siba = &ssc->ssc_siba; in siba_bwn_resume() local
399 struct siba_softc *siba; in siba_bwn_read_ivar() local
H A 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 …]