Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/clk/rockchip/
H A Dclk_rk3399.c514 u32 pclk_dbg_div; in rk3399_configure_cpu() local
540 pclk_dbg_div = apll_hz / PCLK_DBG_HZ - 1; in rk3399_configure_cpu()
541 assert((pclk_dbg_div + 1) * PCLK_DBG_HZ <= apll_hz && in rk3399_configure_cpu()
542 pclk_dbg_div < 0x1f); in rk3399_configure_cpu()
557 pclk_dbg_div << PCLK_DBG_DIV_SHIFT | in rk3399_configure_cpu()