Searched refs:pclk_dbg_div (Results 1 – 2 of 2) sorted by relevance
402 u32 pclk_dbg_div; in rk3399_configure_cpu() local411 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()
309 u32 pclk_dbg_div; in rk3328_configure_cpu() local315 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()