Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/siba/
H A Dsiba_core.c88 #define DPRINTF(siba, m, ...) do { \ argument
284 siba_scan(struct siba_softc *siba) in siba_scan()
638 struct siba_softc *siba = sd->sd_bus; in siba_pci_read_2() local
649 struct siba_softc *siba = sd->sd_bus; in siba_pci_read_4() local
660 struct siba_softc *siba = sd->sd_bus; in siba_pci_write_2() local
671 struct siba_softc *siba = sd->sd_bus; in siba_pci_write_4() local
683 struct siba_softc *siba = sd->sd_bus; in siba_pci_read_multi_1() local
697 struct siba_softc *siba = sd->sd_bus; in siba_pci_read_multi_2() local
712 struct siba_softc *siba = sd->sd_bus; in siba_pci_read_multi_4() local
727 struct siba_softc *siba = sd->sd_bus; in siba_pci_write_multi_1() local
[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
132 #define SIBA_WRITE_4(siba, reg, val) \ argument
135 #define SIBA_WRITE_2(siba, reg, val) \ argument
148 #define SIBA_BARRIER(siba, flags) \ argument
152 #define SIBA_SETBITS_4(siba, reg, bits) \ argument
154 #define SIBA_SETBITS_2(siba, reg, bits) \ argument
157 #define SIBA_FILT_SETBITS_4(siba, reg, filt, bits) \ argument
160 #define SIBA_FILT_SETBITS_2(siba, reg, filt, bits) \ argument
164 #define SIBA_CLRBITS_4(siba, reg, bits) \ argument
[all …]