Searched refs:RD4 (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/ |
H A D | mwlhal.c | 215 RD4(struct mwl_hal_priv *mh, bus_size_t off) in RD4() function 485 cause = RD4(mh, MACREG_REG_A2H_INTERRUPT_CAUSE); 493 RD4(mh, MACREG_REG_INT_CODE); /* XXX flush write? */ 508 RD4(mh, MACREG_REG_INT_CODE); in mwl_hal_intrset() 512 RD4(mh, MACREG_REG_INT_CODE); in mwl_hal_intrset() 529 dummy = RD4(mh, MACREG_REG_INT_CODE); 671 mh->mh_RTSSuccesses += RD4(mh, 0xa834); in mwl_hal_gethwstats() 672 mh->mh_RTSFailures += RD4(mh, 0xa830); in mwl_hal_gethwstats() 673 mh->mh_RxDuplicateFrames += RD4(mh, 0xa84c); in mwl_hal_gethwstats() 674 mh->mh_FCSErrorCount += RD4(mh, 0xa840); in mwl_hal_gethwstats() [all …]
|
H A D | if_mwl.c | 274 RD4(struct mwl_softc *sc, bus_size_t off) in RD4() function 2624 __func__, npending, RD4(sc, sc->sc_hwspecs.rxDescRead), in mwl_rx_proc() 2625 RD4(sc, sc->sc_hwspecs.rxDescWrite)); in mwl_rx_proc()
|