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

/freebsd-12-stable/sys/dev/mwl/
H A Dmwlhal.h77 bus_space_handle_t mh_ioh; /* BAR 1 copied from softc */ 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);
256 mh->public.mh_ioh = ioh;
/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);
111 mh->mh_ioh = ioh;
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.h182 bus_space_handle_t mh_ioh; /* BAR 1 copied from softc */ member in struct:malo_hal

Completed in 199 milliseconds