Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c570 u16 count, reg_41a; in rtl8821ae_phy_switch_wirelessband() local
582 reg_41a = rtl_read_word(rtlpriv, REG_TXPKT_EMPTY); in rtl8821ae_phy_switch_wirelessband()
584 "Reg41A value %d", reg_41a); in rtl8821ae_phy_switch_wirelessband()
585 reg_41a &= 0x30; in rtl8821ae_phy_switch_wirelessband()
586 while ((reg_41a != 0x30) && (count < 50)) { in rtl8821ae_phy_switch_wirelessband()
590 reg_41a = rtl_read_word(rtlpriv, REG_TXPKT_EMPTY); in rtl8821ae_phy_switch_wirelessband()
591 reg_41a &= 0x30; in rtl8821ae_phy_switch_wirelessband()
594 "Reg41A value %d", reg_41a); in rtl8821ae_phy_switch_wirelessband()
599 count, reg_41a); in rtl8821ae_phy_switch_wirelessband()