Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.h75 bus_space_handle_t mh_ioh; /* BAR 1 copied from softc */ 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()
254 mh->public.mh_ioh = ioh; in mwl_hal_attach()
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malohal.c72 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()
110 mh->mh_ioh = ioh; in malo_hal_attach()
747 bus_space_write_4(mh->mh_iot, mh->mh_ioh, in malo_hal_txstart()
749 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh, MALO_REG_INT_CODE); in malo_hal_txstart()
760 cause = bus_space_read_4(mh->mh_iot, mh->mh_ioh, in malo_hal_getisr()
766 bus_space_write_4(mh->mh_iot, mh->mh_ioh, in malo_hal_getisr()
768 (void) bus_space_read_4(mh->mh_iot, mh->mh_ioh, in malo_hal_getisr()
H A Dif_malohal.h180 bus_space_handle_t mh_ioh; /* BAR 1 copied from softc */ member