Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c644 u16 count, reg_41a; in rtl8821ae_phy_switch_wirelessband() local
656 reg_41a = rtl_read_word(rtlpriv, REG_TXPKT_EMPTY); in rtl8821ae_phy_switch_wirelessband()
658 "Reg41A value %d\n", reg_41a); in rtl8821ae_phy_switch_wirelessband()
659 reg_41a &= 0x30; in rtl8821ae_phy_switch_wirelessband()
660 while ((reg_41a != 0x30) && (count < 50)) { in rtl8821ae_phy_switch_wirelessband()
664 reg_41a = rtl_read_word(rtlpriv, REG_TXPKT_EMPTY); in rtl8821ae_phy_switch_wirelessband()
665 reg_41a &= 0x30; in rtl8821ae_phy_switch_wirelessband()
668 "Reg41A value %d\n", reg_41a); in rtl8821ae_phy_switch_wirelessband()
673 count, reg_41a); in rtl8821ae_phy_switch_wirelessband()