Home
last modified time | relevance | path

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

/linux/drivers/clk/renesas/
H A Drzg2l-cpg.c143 u16 pl5_intin; member
678 params->pl5_intin = div_u64_rem(foutvco_rate * params->pl5_refdiv, in rzg2l_cpg_get_foutpostdiv_rate()
681 if (params->pl5_intin < PLL5_INTIN_MIN || in rzg2l_cpg_get_foutpostdiv_rate()
682 params->pl5_intin > PLL5_INTIN_MAX) in rzg2l_cpg_get_foutpostdiv_rate()
699 (params->pl5_intin << 24) + params->pl5_fracin), in rzg2l_cpg_get_foutpostdiv_rate()
994 writel(CPG_SIPLL5_CLK4_RESV_LSB | (params.pl5_intin << 16), in rzg2l_cpg_sipll5_set_rate()