Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_phycfg.c834 u8 regRRSR_RSC; in _PHY_SetBWMode23a92C() local
844 regRRSR_RSC = rtl8723au_read8(Adapter, REG_RRSR+2); in _PHY_SetBWMode23a92C()
854 regRRSR_RSC = (regRRSR_RSC & 0x90) | in _PHY_SetBWMode23a92C()
856 rtl8723au_write8(Adapter, REG_RRSR+2, regRRSR_RSC); in _PHY_SetBWMode23a92C()