Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/rtlwifi/
Defuse.c1079 u16 tmpV16; in efuse_power_switch() local
1082 tmpV16 = rtl_read_word(rtlpriv, in efuse_power_switch()
1084 if (!(tmpV16 & rtlpriv->cfg->maps[EFUSE_PWC_EV12V])) { in efuse_power_switch()
1085 tmpV16 |= rtlpriv->cfg->maps[EFUSE_PWC_EV12V]; in efuse_power_switch()
1088 tmpV16); in efuse_power_switch()
1091 tmpV16 = rtl_read_word(rtlpriv, in efuse_power_switch()
1093 if (!(tmpV16 & rtlpriv->cfg->maps[EFUSE_FEN_ELDR])) { in efuse_power_switch()
1094 tmpV16 |= rtlpriv->cfg->maps[EFUSE_FEN_ELDR]; in efuse_power_switch()
1096 rtlpriv->cfg->maps[SYS_FUNC_EN], tmpV16); in efuse_power_switch()
1099 tmpV16 = rtl_read_word(rtlpriv, rtlpriv->cfg->maps[SYS_CLK]); in efuse_power_switch()
[all …]