Home
last modified time | relevance | path

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

/src/sys/dev/aic7xxx/
H A Daic79xx_osm.h150 (ahd)->bshs[(port) >> 8], (port) & 0xFF)
154 (ahd)->bshs[(port) >> 8], (port) & 0xFF, value)
158 (ahd)->bshs[(port) >> 8], (port) & 0xFF))
162 (ahd)->bshs[(port) >> 8], \
167 (ahd)->bshs[(port) >> 8], \
172 (ahd)->bshs[(port) >> 8], \
H A Dahd_pci.c171 ahd->bshs[0] = rman_get_bushandle(regs); in ahd_pci_map_registers()
173 error = bus_space_subregion(ahd->tags[0], ahd->bshs[0], in ahd_pci_map_registers()
176 &ahd->bshs[1]); in ahd_pci_map_registers()
208 ahd->bshs[0] = rman_get_bushandle(regs); in ahd_pci_map_registers()
221 ahd->bshs[1] = rman_get_bushandle(regs2); in ahd_pci_map_registers()
H A Daic79xx.h1098 bus_space_handle_t bshs[2]; member