Searched refs:currentVCore (Results 1 – 3 of 3) sorted by relevance
138 unsigned int currentVCore; in halBoardSetVCore() local140 currentVCore = PMMCTL0 & PMMCOREV_3; // Get actual VCore in halBoardSetVCore()142 while (level != currentVCore) in halBoardSetVCore()144 if (level > currentVCore) in halBoardSetVCore()145 halBoardSetVCoreUp(++currentVCore); in halBoardSetVCore()147 halBoardSetVCoreDown(--currentVCore); in halBoardSetVCore()
152 unsigned int currentVCore; in halBoardSetVCore() local154 currentVCore = PMMCTL0 & PMMCOREV_3; // Get actual VCore in halBoardSetVCore()156 while (level != currentVCore) in halBoardSetVCore()158 if (level > currentVCore) in halBoardSetVCore()159 halBoardSetVCoreUp(++currentVCore); in halBoardSetVCore()161 halBoardSetVCoreDown(--currentVCore); in halBoardSetVCore()