Searched refs:mh_ioh (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/mwl/
H A Dmwlhal.h75 bus_space_handle_t mh_ioh; /* BAR 1 copied from softc */ member in struct:mwl_hal
132 cause = bus_space_read_4(mh->mh_iot, mh->mh_ioh,
138 bus_space_write_4(mh->mh_iot, mh->mh_ioh,
140 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh,
163 bus_space_write_4(mh->mh_iot, mh->mh_ioh,
165 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh, MACREG_REG_INT_CODE);
H A Dmwlhal.c217 return bus_space_read_4(mh->public.mh_iot, mh->public.mh_ioh, off);
223 bus_space_write_4(mh->public.mh_iot, mh->public.mh_ioh, off, val);
254 mh->public.mh_ioh = ioh;
/freebsd-current/sys/dev/malo/
H A Dif_malohal.c68 return bus_space_read_4(mh->mh_iot, mh->mh_ioh, off);
74 bus_space_write_4(mh->mh_iot, mh->mh_ioh, off, val);
106 mh->mh_ioh = ioh;
743 bus_space_write_4(mh->mh_iot, mh->mh_ioh,
745 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh, MALO_REG_INT_CODE);
756 cause = bus_space_read_4(mh->mh_iot, mh->mh_ioh,
762 bus_space_write_4(mh->mh_iot, mh->mh_ioh,
764 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh,
H A Dif_malohal.h180 bus_space_handle_t mh_ioh; /* BAR 1 copied from softc */ member in struct:malo_hal

Completed in 178 milliseconds