Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c635 u16 count, reg_41a; in rtl8821ae_phy_switch_wirelessband() local
647 reg_41a = rtl_read_word(rtlpriv, REG_TXPKT_EMPTY); in rtl8821ae_phy_switch_wirelessband()
649 "Reg41A value %d\n", reg_41a); in rtl8821ae_phy_switch_wirelessband()
650 reg_41a &= 0x30; in rtl8821ae_phy_switch_wirelessband()
651 while ((reg_41a != 0x30) && (count < 50)) { in rtl8821ae_phy_switch_wirelessband()
655 reg_41a = rtl_read_word(rtlpriv, REG_TXPKT_EMPTY); in rtl8821ae_phy_switch_wirelessband()
656 reg_41a &= 0x30; in rtl8821ae_phy_switch_wirelessband()
659 "Reg41A value %d\n", reg_41a); in rtl8821ae_phy_switch_wirelessband()
664 count, reg_41a); in rtl8821ae_phy_switch_wirelessband()