Home
last modified time | relevance | path

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

/drivers/staging/rtl8723au/hal/
Drtl8723a_phycfg.c925 u8 regRRSR_RSC; in _PHY_SetBWMode23a92C() local
942 regRRSR_RSC = rtl8723au_read8(Adapter, REG_RRSR+2); in _PHY_SetBWMode23a92C()
952 regRRSR_RSC = (regRRSR_RSC & 0x90) | in _PHY_SetBWMode23a92C()
954 rtl8723au_write8(Adapter, REG_RRSR+2, regRRSR_RSC); in _PHY_SetBWMode23a92C()