HomeSort by: relevance | last modified time | path
    Searched refs:bshs (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
aic79xx_osm.h 211 (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], \
aic79xxvar.h 1074 bus_space_handle_t bshs[2]; member in struct:ahd_softc
  /src/sys/dev/pci/
ahd_pci.c 414 &ahd->bshs[0],
418 bus_space_subregion(ahd->tags[0], ahd->bshs[0],
421 &ahd->bshs[1]);
440 ahd_name(ahd), ahd->bshs[0], ahd->bshs[1]);
448 &ahd->tags[0], &ahd->bshs[0],
454 &ahd->tags[1], &ahd->bshs[1],
465 ahd_name(ahd), ahd->bshs[0], ahd->bshs[1]);

Completed in 237 milliseconds