Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtlwifi/
H A Defuse.c1104 u16 tmpv16; in efuse_power_switch() local
1112 tmpv16 = in efuse_power_switch()
1116 tmpv16 |= rtlpriv->cfg->maps[EFUSE_PWC_EV12V]; in efuse_power_switch()
1119 tmpv16); in efuse_power_switch()
1122 tmpv16 = rtl_read_word(rtlpriv, in efuse_power_switch()
1124 if (!(tmpv16 & rtlpriv->cfg->maps[EFUSE_FEN_ELDR])) { in efuse_power_switch()
1125 tmpv16 |= rtlpriv->cfg->maps[EFUSE_FEN_ELDR]; in efuse_power_switch()
1127 rtlpriv->cfg->maps[SYS_FUNC_EN], tmpv16); in efuse_power_switch()
1132 (!(tmpv16 & rtlpriv->cfg->maps[EFUSE_ANA8M]))) { in efuse_power_switch()
1133 tmpv16 |= (rtlpriv->cfg->maps[EFUSE_LOADER_CLK_EN] | in efuse_power_switch()
[all …]