Searched refs:mt_ioh (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Denvyvar.h75 bus_space_handle_t mt_ioh; member in struct:envy_softc
H A Denvy.c1030 val = bus_space_read_1(sc->mt_iot, sc->mt_ioh, reg);
1031 bus_space_barrier(sc->mt_iot, sc->mt_ioh, 0, sc->mt_iosz,
1039 bus_space_write_1(sc->mt_iot, sc->mt_ioh, reg, val);
1040 bus_space_barrier(sc->mt_iot, sc->mt_ioh, 0, sc->mt_iosz,
1049 val = bus_space_read_2(sc->mt_iot, sc->mt_ioh, reg);
1050 bus_space_barrier(sc->mt_iot, sc->mt_ioh, 0, sc->mt_iosz,
1058 bus_space_write_2(sc->mt_iot, sc->mt_ioh, reg, val);
1059 bus_space_barrier(sc->mt_iot, sc->mt_ioh, 0, sc->mt_iosz,
1068 val = bus_space_read_4(sc->mt_iot, sc->mt_ioh, reg);
1069 bus_space_barrier(sc->mt_iot, sc->mt_ioh,
[all...]

Completed in 121 milliseconds