Home
last modified time | relevance | path

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

/freebsd/sys/dev/mwl/
H A Dmwlhal.h76 bus_space_tag_t mh_iot; member
132 cause = bus_space_read_4(mh->mh_iot, mh->mh_ioh, in mwl_hal_getisr()
138 bus_space_write_4(mh->mh_iot, mh->mh_ioh, in mwl_hal_getisr()
140 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh, in mwl_hal_getisr()
163 bus_space_write_4(mh->mh_iot, mh->mh_ioh, in mwl_hal_txstart()
165 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh, MACREG_REG_INT_CODE); in mwl_hal_txstart()
H A Dmwlhal.c217 return bus_space_read_4(mh->public.mh_iot, mh->public.mh_ioh, off); in RD4()
223 bus_space_write_4(mh->public.mh_iot, mh->public.mh_ioh, off, val); in WR4()
255 mh->public.mh_iot = iot; in mwl_hal_attach()
/freebsd/sys/dev/malo/
H A Dif_malohal.c68 return bus_space_read_4(mh->mh_iot, mh->mh_ioh, off); in malo_hal_read4()
74 bus_space_write_4(mh->mh_iot, mh->mh_ioh, off, val); in malo_hal_write4()
107 mh->mh_iot = iot; in malo_hal_attach()
743 bus_space_write_4(mh->mh_iot, mh->mh_ioh, in malo_hal_txstart()
745 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh, MALO_REG_INT_CODE); in malo_hal_txstart()
756 cause = bus_space_read_4(mh->mh_iot, mh->mh_ioh, in malo_hal_getisr()
762 bus_space_write_4(mh->mh_iot, mh->mh_ioh, in malo_hal_getisr()
764 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh, in malo_hal_getisr()
H A Dif_malohal.h181 bus_space_tag_t mh_iot; member