Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/
Defuse.c1095 u16 tmpv16; in efuse_power_switch() local
1103 tmpv16 = in efuse_power_switch()
1106 if (!(tmpv16 & rtlpriv->cfg->maps[EFUSE_PWC_EV12V])) { in efuse_power_switch()
1107 tmpv16 |= rtlpriv->cfg->maps[EFUSE_PWC_EV12V]; in efuse_power_switch()
1110 tmpv16); in efuse_power_switch()
1113 tmpv16 = rtl_read_word(rtlpriv, in efuse_power_switch()
1115 if (!(tmpv16 & rtlpriv->cfg->maps[EFUSE_FEN_ELDR])) { in efuse_power_switch()
1116 tmpv16 |= rtlpriv->cfg->maps[EFUSE_FEN_ELDR]; in efuse_power_switch()
1118 rtlpriv->cfg->maps[SYS_FUNC_EN], tmpv16); in efuse_power_switch()
1121 tmpv16 = rtl_read_word(rtlpriv, rtlpriv->cfg->maps[SYS_CLK]); in efuse_power_switch()
[all …]