Lines Matching refs:tmpV16
1128 u16 tmpV16; in efuse_power_switch() local
1137 tmpV16 = in efuse_power_switch()
1140 if (!(tmpV16 & rtlpriv->cfg->maps[EFUSE_PWC_EV12V])) { in efuse_power_switch()
1141 tmpV16 |= rtlpriv->cfg->maps[EFUSE_PWC_EV12V]; in efuse_power_switch()
1144 tmpV16); in efuse_power_switch()
1147 tmpV16 = rtl_read_word(rtlpriv, in efuse_power_switch()
1149 if (!(tmpV16 & rtlpriv->cfg->maps[EFUSE_FEN_ELDR])) { in efuse_power_switch()
1150 tmpV16 |= rtlpriv->cfg->maps[EFUSE_FEN_ELDR]; in efuse_power_switch()
1152 rtlpriv->cfg->maps[SYS_FUNC_EN], tmpV16); in efuse_power_switch()
1155 tmpV16 = rtl_read_word(rtlpriv, rtlpriv->cfg->maps[SYS_CLK]); in efuse_power_switch()
1156 if ((!(tmpV16 & rtlpriv->cfg->maps[EFUSE_LOADER_CLK_EN])) || in efuse_power_switch()
1157 (!(tmpV16 & rtlpriv->cfg->maps[EFUSE_ANA8M]))) { in efuse_power_switch()
1158 tmpV16 |= (rtlpriv->cfg->maps[EFUSE_LOADER_CLK_EN] | in efuse_power_switch()
1161 rtlpriv->cfg->maps[SYS_CLK], tmpV16); in efuse_power_switch()