Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c636 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()