Searched refs:reg_41a (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | phy.c | 637 u16 count, reg_41a; in rtl8821ae_phy_switch_wirelessband() local 649 reg_41a = rtl_read_word(rtlpriv, REG_TXPKT_EMPTY); in rtl8821ae_phy_switch_wirelessband() 651 "Reg41A value %d\n", reg_41a); in rtl8821ae_phy_switch_wirelessband() 652 reg_41a &= 0x30; in rtl8821ae_phy_switch_wirelessband() 653 while ((reg_41a != 0x30) && (count < 50)) { in rtl8821ae_phy_switch_wirelessband() 657 reg_41a = rtl_read_word(rtlpriv, REG_TXPKT_EMPTY); in rtl8821ae_phy_switch_wirelessband() 658 reg_41a &= 0x30; in rtl8821ae_phy_switch_wirelessband() 661 "Reg41A value %d\n", reg_41a); in rtl8821ae_phy_switch_wirelessband() 666 count, reg_41a); in rtl8821ae_phy_switch_wirelessband()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | phy.c | 636 u16 count, reg_41a; in rtl8821ae_phy_switch_wirelessband() local 648 reg_41a = rtl_read_word(rtlpriv, REG_TXPKT_EMPTY); in rtl8821ae_phy_switch_wirelessband() 650 "Reg41A value %d\n", reg_41a); in rtl8821ae_phy_switch_wirelessband() 651 reg_41a &= 0x30; in rtl8821ae_phy_switch_wirelessband() 652 while ((reg_41a != 0x30) && (count < 50)) { in rtl8821ae_phy_switch_wirelessband() 656 reg_41a = rtl_read_word(rtlpriv, REG_TXPKT_EMPTY); in rtl8821ae_phy_switch_wirelessband() 657 reg_41a &= 0x30; in rtl8821ae_phy_switch_wirelessband() 660 "Reg41A value %d\n", reg_41a); in rtl8821ae_phy_switch_wirelessband() 665 count, reg_41a); in rtl8821ae_phy_switch_wirelessband()
|
Completed in 11 milliseconds