Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Daic79xx_osm.h211 (ahd)->bshs[(port) >> 8], (port) & 0xFF)
215 (ahd)->bshs[(port) >> 8], (port) & 0xFF, value)
219 (ahd)->bshs[(port) >> 8], (port) & 0xFF))
223 (ahd)->bshs[(port) >> 8], \
228 (ahd)->bshs[(port) >> 8], \
233 (ahd)->bshs[(port) >> 8], \
H A Daic79xxvar.h1074 bus_space_handle_t bshs[2]; member
/netbsd-src/sys/dev/pci/
H A Dahd_pci.c414 &ahd->bshs[0], in ahd_pci_attach()
418 bus_space_subregion(ahd->tags[0], ahd->bshs[0], in ahd_pci_attach()
421 &ahd->bshs[1]); in ahd_pci_attach()
440 ahd_name(ahd), ahd->bshs[0], ahd->bshs[1]); in ahd_pci_attach()
448 &ahd->tags[0], &ahd->bshs[0], in ahd_pci_attach()
454 &ahd->tags[1], &ahd->bshs[1], in ahd_pci_attach()
465 ahd_name(ahd), ahd->bshs[0], ahd->bshs[1]); in ahd_pci_attach()