Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c665 u16 count, reg_41a; in rtl8821ae_phy_switch_wirelessband() local
677 reg_41a = rtl_read_word(rtlpriv, REG_TXPKT_EMPTY); in rtl8821ae_phy_switch_wirelessband()
679 "Reg41A value %d\n", reg_41a); in rtl8821ae_phy_switch_wirelessband()
680 reg_41a &= 0x30; in rtl8821ae_phy_switch_wirelessband()
681 while ((reg_41a != 0x30) && (count < 50)) { in rtl8821ae_phy_switch_wirelessband()
685 reg_41a = rtl_read_word(rtlpriv, REG_TXPKT_EMPTY); in rtl8821ae_phy_switch_wirelessband()
686 reg_41a &= 0x30; in rtl8821ae_phy_switch_wirelessband()
689 "Reg41A value %d\n", reg_41a); in rtl8821ae_phy_switch_wirelessband()
694 count, reg_41a); in rtl8821ae_phy_switch_wirelessband()