Searched refs:setVCore (Results 1 – 3 of 3) sorted by relevance
18 unsigned char *setVCore,96 unsigned char *setVCore, in halBoardGetSystemClockSettings() argument103 *setVCore = VCORE_1MHZ; in halBoardGetSystemClockSettings()108 *setVCore = VCORE_4MHZ; in halBoardGetSystemClockSettings()113 *setVCore = VCORE_8MHZ; in halBoardGetSystemClockSettings()118 *setVCore = VCORE_12MHZ; in halBoardGetSystemClockSettings()123 *setVCore = VCORE_16MHZ; in halBoardGetSystemClockSettings()197 unsigned char setVCore = 0; in halBoardSetSystemClock() local201 &setVCore, &setMultiplier); in halBoardSetSystemClock()203 if (setVCore > (PMMCTL0 & PMMCOREV_3)) // Only change VCore if necessary in halBoardSetSystemClock()[all …]
18 unsigned char *setVCore,96 unsigned char *setVCore, in halBoardGetSystemClockSettings() argument103 *setVCore = VCORE_1MHZ; in halBoardGetSystemClockSettings()108 *setVCore = VCORE_4MHZ; in halBoardGetSystemClockSettings()113 *setVCore = VCORE_8MHZ; in halBoardGetSystemClockSettings()118 *setVCore = VCORE_12MHZ; in halBoardGetSystemClockSettings()123 *setVCore = VCORE_16MHZ; in halBoardGetSystemClockSettings()249 unsigned char setVCore = 0; in halBoardSetSystemClock() local253 &setVCore, &setMultiplier); in halBoardSetSystemClock()255 if (setVCore > (PMMCTL0 & PMMCOREV_3)) // Only change VCore if necessary in halBoardSetSystemClock()[all …]