Lines Matching refs:tmpV16
1135 u16 tmpV16; in efuse_power_switch() local
1144 tmpV16 = in efuse_power_switch()
1147 if (!(tmpV16 & rtlpriv->cfg->maps[EFUSE_PWC_EV12V])) { in efuse_power_switch()
1148 tmpV16 |= rtlpriv->cfg->maps[EFUSE_PWC_EV12V]; in efuse_power_switch()
1151 tmpV16); in efuse_power_switch()
1154 tmpV16 = rtl_read_word(rtlpriv, in efuse_power_switch()
1156 if (!(tmpV16 & rtlpriv->cfg->maps[EFUSE_FEN_ELDR])) { in efuse_power_switch()
1157 tmpV16 |= rtlpriv->cfg->maps[EFUSE_FEN_ELDR]; in efuse_power_switch()
1159 rtlpriv->cfg->maps[SYS_FUNC_EN], tmpV16); in efuse_power_switch()
1162 tmpV16 = rtl_read_word(rtlpriv, rtlpriv->cfg->maps[SYS_CLK]); in efuse_power_switch()
1163 if ((!(tmpV16 & rtlpriv->cfg->maps[EFUSE_LOADER_CLK_EN])) || in efuse_power_switch()
1164 (!(tmpV16 & rtlpriv->cfg->maps[EFUSE_ANA8M]))) { in efuse_power_switch()
1165 tmpV16 |= (rtlpriv->cfg->maps[EFUSE_LOADER_CLK_EN] | in efuse_power_switch()
1168 rtlpriv->cfg->maps[SYS_CLK], tmpV16); in efuse_power_switch()