Searched refs:best_sel (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/clk/rockchip/ |
| H A D | clk_rk3308.c | 565 u32 i, div, best_div = 0, best_sel = 0; in rk3308_vop_set_clk() local 590 best_sel = i; in rk3308_vop_set_clk() 593 pll_rate, best_rate, best_div, best_sel); in rk3308_vop_set_clk() 605 best_sel << DCLK_VOP_PLL_SEL_SHIFT | in rk3308_vop_set_clk()
|
| H A D | clk_rk3562.c | 1175 u32 i, div, sel, best_div = 0, best_sel = 0; in rk3562_vop_set_rate() local 1232 best_sel = i; in rk3562_vop_set_rate() 1235 pll_rate, best_rate, best_div, best_sel); in rk3562_vop_set_rate() 1240 best_sel << DCLK_VOP1_SEL_SHIFT | in rk3562_vop_set_rate()
|
| H A D | clk_rv1126.c | 1224 u32 i, div, best_div = 0, best_sel = 0; in rv1126_dclk_vop_set_clk() local 1246 best_sel = i; in rv1126_dclk_vop_set_clk() 1249 pll_rate, best_rate, best_div, best_sel); in rv1126_dclk_vop_set_clk() 1255 best_sel << DCLK_VOP_SEL_SHIFT | in rv1126_dclk_vop_set_clk()
|
| H A D | clk_rk3588.c | 1113 u32 i, conid, con, sel, div, best_div = 0, best_sel = 0; in rk3588_dclk_vop_set_clk() local 1201 best_sel = i; in rk3588_dclk_vop_set_clk() 1204 pll_rate, best_rate, best_div, best_sel); in rk3588_dclk_vop_set_clk() 1210 best_sel << sel_shift | in rk3588_dclk_vop_set_clk()
|
| H A D | clk_rk3568.c | 1818 u32 i, conid, con, sel, div, best_div = 0, best_sel = 0; in rk3568_dclk_vop_set_clk() local 1873 best_sel = i; in rk3568_dclk_vop_set_clk() 1876 pll_rate, best_rate, best_div, best_sel); in rk3568_dclk_vop_set_clk() 1882 best_sel << DCLK0_VOP_SEL_SHIFT | in rk3568_dclk_vop_set_clk()
|