Lines Matching refs:level
14 static void halBoardSetVCoreUp(unsigned char level);
15 static void halBoardSetVCoreDown(unsigned char level);
28 static void halBoardSetVCoreUp (unsigned char level) in halBoardSetVCoreUp() argument
35 (SVSHE + SVSHRVL0 * level + SVMHE + SVSMHRRL0 * level); in halBoardSetVCoreUp()
38 SVSMLCTL = SVSLE + SVMLE + SVSMLRRL0 * level; in halBoardSetVCoreUp()
40 SVSMLCTL = (SVSMLCTL & ~(SVSMLRRL_3)) | (SVMLE + SVSMLRRL0 * level); in halBoardSetVCoreUp()
43 PMMCTL0_L = PMMCOREV0 * level; // Set VCore to x in halBoardSetVCoreUp()
51 (SVSLE + SVSLRVL0 * level + SVMLE + SVSMLRRL0 * level); in halBoardSetVCoreUp()
64 static void halBoardSetVCoreDown(unsigned char level) in halBoardSetVCoreDown() argument
71 (SVSLRVL0 * level + SVMLE + SVSMLRRL0 * level); in halBoardSetVCoreDown()
74 PMMCTL0_L = (level * PMMCOREV0); // Set VCore to new level in halBoardSetVCoreDown()
136 void halBoardSetVCore(unsigned char level) in halBoardSetVCore() argument
142 while (level != currentVCore) in halBoardSetVCore()
144 if (level > currentVCore) in halBoardSetVCore()