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

  /src/sys/dev/ic/
mvsatavar.h 103 bus_space_tag_t hc_iot; /* Tag for SATAHC Arbiter */ member in struct:mvsata_hc
mvsata.c 78 bus_space_read_4((hc)->hc_iot, (hc)->hc_ioh, (reg))
80 bus_space_write_4((hc)->hc_iot, (hc)->hc_ioh, (reg), (val))
358 mvhc->hc_iot = sc->sc_iot;
3004 rv = bus_space_subregion(mvhc->hc_iot, mvhc->hc_ioh,
3012 mvport->port_iot = mvhc->hc_iot;
3028 rv = bus_space_subregion(mvhc->hc_iot, mvhc->hc_ioh,

Completed in 17 milliseconds