Home
last modified time | relevance | path

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

/external/u-boot/drivers/clk/rockchip/
Dclk_rk3399.c402 u32 pclk_dbg_div; in rk3399_configure_cpu() local
411 pclk_dbg_div = APLL_HZ / PCLK_DBG_HZ - 1; in rk3399_configure_cpu()
412 assert((pclk_dbg_div + 1) * PCLK_DBG_HZ == APLL_HZ && in rk3399_configure_cpu()
413 pclk_dbg_div < 0x1f); in rk3399_configure_cpu()
428 pclk_dbg_div << PCLK_DBG_L_DIV_SHIFT | in rk3399_configure_cpu()
Dclk_rk3328.c309 u32 pclk_dbg_div; in rk3328_configure_cpu() local
315 pclk_dbg_div = APLL_HZ / PCLK_DBG_HZ / (clk_core_div + 1) - 1; in rk3328_configure_cpu()
324 pclk_dbg_div << PCLK_DBG_DIV_SHIFT | in rk3328_configure_cpu()