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

/freebsd-10.2-release/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.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);
255 mh->public.mh_iot = iot;
/freebsd-10.2-release/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);
107 mh->mh_iot = iot;
757 bus_space_write_4(mh->mh_iot, mh->mh_ioh,
759 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh, MALO_REG_INT_CODE);
770 cause = bus_space_read_4(mh->mh_iot, mh->mh_ioh,
776 bus_space_write_4(mh->mh_iot, mh->mh_ioh,
778 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh,
H A Dif_malohal.h181 bus_space_tag_t mh_iot; member in struct:malo_hal

Completed in 108 milliseconds