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

/freebsd-12-stable/sys/dev/mwl/
H A Dmwlhal.h78 bus_space_tag_t mh_iot; member in struct:mwl_hal
134 cause = bus_space_read_4(mh->mh_iot, mh->mh_ioh,
140 bus_space_write_4(mh->mh_iot, mh->mh_ioh,
142 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh,
165 bus_space_write_4(mh->mh_iot, mh->mh_ioh,
167 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh, MACREG_REG_INT_CODE);
H A Dmwlhal.c219 return bus_space_read_4(mh->public.mh_iot, mh->public.mh_ioh, off);
225 bus_space_write_4(mh->public.mh_iot, mh->public.mh_ioh, off, val);
257 mh->public.mh_iot = iot;
/freebsd-12-stable/sys/dev/malo/
H A Dif_malohal.c73 return bus_space_read_4(mh->mh_iot, mh->mh_ioh, off);
79 bus_space_write_4(mh->mh_iot, mh->mh_ioh, off, val);
112 mh->mh_iot = iot;
750 bus_space_write_4(mh->mh_iot, mh->mh_ioh,
752 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh, MALO_REG_INT_CODE);
763 cause = bus_space_read_4(mh->mh_iot, mh->mh_ioh,
769 bus_space_write_4(mh->mh_iot, mh->mh_ioh,
771 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh,
H A Dif_malohal.h183 bus_space_tag_t mh_iot; member in struct:malo_hal

Completed in 113 milliseconds