Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c629 u16 count, reg_41a; in rtl8821ae_phy_switch_wirelessband() local
641 reg_41a = rtl_read_word(rtlpriv, REG_TXPKT_EMPTY); in rtl8821ae_phy_switch_wirelessband()
643 "Reg41A value %d\n", reg_41a); in rtl8821ae_phy_switch_wirelessband()
644 reg_41a &= 0x30; in rtl8821ae_phy_switch_wirelessband()
645 while ((reg_41a != 0x30) && (count < 50)) { in rtl8821ae_phy_switch_wirelessband()
649 reg_41a = rtl_read_word(rtlpriv, REG_TXPKT_EMPTY); in rtl8821ae_phy_switch_wirelessband()
650 reg_41a &= 0x30; in rtl8821ae_phy_switch_wirelessband()
653 "Reg41A value %d\n", reg_41a); in rtl8821ae_phy_switch_wirelessband()
658 count, reg_41a); in rtl8821ae_phy_switch_wirelessband()
/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw88xxa.c930 u16 basic_rates, reg_41a; in rtw88xxa_switch_band() local
978 read_poll_timeout_atomic(rtw_read16, reg_41a, (reg_41a & 0x30) == 0x30, in rtw88xxa_switch_band()