Searched refs:mh_iot (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/sys/dev/mwl/ |
| HD | mwlhal.h | 76 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()
|
| HD | mwlhal.c | 217 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-13-stable/sys/dev/malo/ |
| HD | if_malohal.c | 72 return bus_space_read_4(mh->mh_iot, mh->mh_ioh, off); in malo_hal_read4() 78 bus_space_write_4(mh->mh_iot, mh->mh_ioh, off, val); in malo_hal_write4() 111 mh->mh_iot = iot; in malo_hal_attach() 749 bus_space_write_4(mh->mh_iot, mh->mh_ioh, in malo_hal_txstart() 751 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh, MALO_REG_INT_CODE); in malo_hal_txstart() 762 cause = bus_space_read_4(mh->mh_iot, mh->mh_ioh, in malo_hal_getisr() 768 bus_space_write_4(mh->mh_iot, mh->mh_ioh, in malo_hal_getisr() 770 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh, in malo_hal_getisr()
|
| HD | if_malohal.h | 181 bus_space_tag_t mh_iot; member
|