Searched refs:u1btmp (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/ |
| H A D | rf.c | 19 u8 u1btmp; in rtl92du_phy_enable_anotherphy() local 26 u1btmp = rtl_read_byte(rtlpriv, mac_reg); in rtl92du_phy_enable_anotherphy() 27 if (!(u1btmp & mac_on_bit)) { in rtl92du_phy_enable_anotherphy() 57 u8 u1btmp; in rtl92du_phy_powerdown_anotherphy() local 66 u1btmp = rtl_read_byte(rtlpriv, mac_reg); in rtl92du_phy_powerdown_anotherphy() 67 if (!(u1btmp & mac_on_bit)) { in rtl92du_phy_powerdown_anotherphy()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| H A D | rf.c | 17 u8 u1btmp; in rtl92d_phy_enable_anotherphy() local 27 u1btmp = rtl_read_byte(rtlpriv, mac_reg); in rtl92d_phy_enable_anotherphy() 28 if (!(u1btmp & mac_on_bit)) { in rtl92d_phy_enable_anotherphy() 48 u8 u1btmp; in rtl92d_phy_powerdown_anotherphy() local 58 u1btmp = rtl_read_byte(rtlpriv, mac_reg); in rtl92d_phy_powerdown_anotherphy() 59 if (!(u1btmp & mac_on_bit)) { in rtl92d_phy_powerdown_anotherphy()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
| H A D | hw.c | 1303 u8 u1btmp; in _rtl92s_phy_set_rfhalt() local 1309 u1btmp = rtl_read_byte(rtlpriv, LDOV12D_CTRL); in _rtl92s_phy_set_rfhalt() 1310 u1btmp |= BIT(0); in _rtl92s_phy_set_rfhalt() 1311 rtl_write_byte(rtlpriv, LDOV12D_CTRL, u1btmp); in _rtl92s_phy_set_rfhalt() 1327 u1btmp = rtl_read_byte(rtlpriv, (REG_SYS_FUNC_EN + 1)); in _rtl92s_phy_set_rfhalt() 1328 u1btmp &= ~(BIT(0)); in _rtl92s_phy_set_rfhalt() 1329 rtl_write_byte(rtlpriv, REG_SYS_FUNC_EN + 1, u1btmp); in _rtl92s_phy_set_rfhalt() 1332 u1btmp = rtl_read_byte(rtlpriv, (SYS_CLKR + 1)); in _rtl92s_phy_set_rfhalt() 1338 if (u1btmp & BIT(7)) { in _rtl92s_phy_set_rfhalt() 1339 u1btmp &= ~(BIT(6) | BIT(7)); in _rtl92s_phy_set_rfhalt() [all …]
|
| H A D | phy.c | 467 u8 u1btmp; in _rtl92se_phy_set_rf_sleep() local 469 u1btmp = rtl_read_byte(rtlpriv, LDOV12D_CTRL); in _rtl92se_phy_set_rf_sleep() 470 u1btmp |= BIT(0); in _rtl92se_phy_set_rf_sleep() 472 rtl_write_byte(rtlpriv, LDOV12D_CTRL, u1btmp); in _rtl92se_phy_set_rf_sleep()
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| H A D | phy.c | 1877 u8 u1btmp; in _rtl88e_phy_set_rfpath_switch() local 1878 u1btmp = rtl_read_byte(rtlpriv, REG_LEDCFG0); in _rtl88e_phy_set_rfpath_switch() 1879 rtl_write_byte(rtlpriv, REG_LEDCFG0, u1btmp | BIT(7)); in _rtl88e_phy_set_rfpath_switch()
|