Searched refs:CORE_ACLK_HZ (Results 1 – 3 of 3) sorted by relevance
17 #define CORE_ACLK_HZ 300000000 macro
16 #define CORE_ACLK_HZ 408000000 macro
124 aclk_div = APLL_HZ / CORE_ACLK_HZ - 1; in rkclk_init()125 assert((aclk_div + 1) * CORE_ACLK_HZ <= APLL_HZ && aclk_div < 0x7); in rkclk_init()