Home
last modified time | relevance | path

Searched refs:siba_type (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/siba/
HDsiba_core.c182 KASSERT(siba->siba_type == SIBA_TYPE_PCI, in siba_core_attach()
183 ("unsupported BUS type (%#x)", siba->siba_type)); in siba_core_attach()
229 if (siba->siba_type != SIBA_TYPE_PCI) in siba_pci_gpio()
278 KASSERT(siba->siba_type == SIBA_TYPE_PCI, in siba_scan()
279 ("unsupported BUS type (%#x)", siba->siba_type)); in siba_scan()
297 if (siba->siba_type == SIBA_TYPE_PCI) { in siba_scan()
401 switch (siba->siba_type) { in siba_switchcore()
407 siba->siba_type)); in siba_switchcore()
452 KASSERT(siba->siba_type == SIBA_TYPE_PCI, in siba_scan_read_4()
453 ("unsupported BUS type (%#x)", siba->siba_type)); in siba_scan_read_4()
[all …]
HDsibavar.h37 enum siba_type { enum
78 SIBA_ACCESSOR(type, TYPE, enum siba_type)
522 enum siba_type siba_type; member
HDsiba_bwn.c131 siba->siba_type = SIBA_TYPE_PCI; in siba_bwn_attach()
387 *result = siba->siba_type; in siba_bwn_read_ivar()