Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Defuse.c1104 u16 tmpv16; in efuse_power_switch() local
1112 tmpv16 = in efuse_power_switch()
1115 if (!(tmpv16 & rtlpriv->cfg->maps[EFUSE_PWC_EV12V])) { 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()
1130 tmpv16 = rtl_read_word(rtlpriv, rtlpriv->cfg->maps[SYS_CLK]); in efuse_power_switch()
[all …]