Searched refs:CPU (Results 1 – 16 of 16) sorted by relevance
51 #define PLL_STATUS_CPUPLLLOCK(CPU) ((uint32_t)(1 << (CPU % 32))) argument
51 #define PLL_STATUS_CPUPLL_LOCK(CPU) ((uint32_t)(1 << (CPU % 32))) argument
55 #define PLL_STATUS1_CPUPLLLOCK(CPU, PLL) \ argument56 ((uint32_t)((1 << (PLL)) << ((CPU) * 8)))
96 #define PLL_STATUS_CPUPLLLOCK(CPU) ((uint32_t)(1 << (CPU % 32))) argument
101 #define PLL_STATUS_CPUPLLLOCK(CPU) ((uint32_t)(1 << (CPU % 32))) argument
99 #define PLL_STATUS_CPUPLLLOCK(CPU) ((uint32_t)(1 << (CPU % 32))) argument
12 # the used CPU
194 * __BUILD_HOST__ - Set when the CPU target is "host".
307 .name = "CPU",
305 .name = "CPU",
2189 # larger than 0 to get control over the balance between CPU load and processing
18 The power delivered to each actor (CPU, GPU, etc) is controlled by adjusting the
12 12GB of available memory. A multicore CPU is highly recommended to maintain
Completed in 15 milliseconds