Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/siba/
HDsiba_core.c77 #define DPRINTF(siba, m, ...) do { \ argument
82 #define DPRINTF(siba, m, ...) do { (void) siba; } while (0) argument
182 siba_core_attach(struct siba_softc *siba) in siba_core_attach()
221 siba_core_detach(struct siba_softc *siba) in siba_core_detach()
229 siba_pci_gpio(struct siba_softc *siba, uint32_t what, int on) in siba_pci_gpio()
275 siba_scan(struct siba_softc *siba) in siba_scan()
404 siba_switchcore(struct siba_softc *siba, uint8_t idx) in siba_switchcore()
419 siba_pci_switchcore_sub(struct siba_softc *siba, uint8_t idx) in siba_pci_switchcore_sub()
439 siba_pci_switchcore(struct siba_softc *siba, struct siba_dev_softc *sd) in siba_pci_switchcore()
454 siba_scan_read_4(struct siba_softc *siba, uint8_t coreidx, in siba_scan_read_4()
[all …]
HDsiba_bwn.c128 struct siba_softc *siba = &ssc->ssc_siba; in siba_bwn_attach() local
165 struct siba_softc *siba = &ssc->ssc_siba; in siba_bwn_detach() local
183 struct siba_softc *siba = &ssc->ssc_siba; in siba_bwn_suspend() local
198 struct siba_softc *siba = &ssc->ssc_siba; in siba_bwn_resume() local
315 struct siba_softc *siba; in siba_bwn_read_ivar() local
HDsibavar.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 …]