Home
last modified time | relevance | path

Searched refs:CORE_PERI_HZ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dcru_rk3036.h16 #define CORE_PERI_HZ 150000000 macro
/OK3568_Linux_fs/u-boot/drivers/clk/rockchip/
H A Dclk_rk3036.c127 pclk_div = APLL_HZ / CORE_PERI_HZ - 1; in rkclk_init()
128 assert((pclk_div + 1) * CORE_PERI_HZ <= APLL_HZ && pclk_div < 0xf); in rkclk_init()