Searched refs:bin_next_pllm (Results 1 – 2 of 2) sorted by relevance
205 uint32_t (*bin_next_pllm)(struct ti_clk *clkp, uint32_t plld, member
1069 if (data->bin_next_pllm != NULL) { in ti_pll_internal_calc()1070 high_pllm = data->bin_next_pllm(clkp, in ti_pll_internal_calc()1114 if ((ret != PLLM_HIGH) && (data->bin_next_pllm != NULL)) { in ti_pll_internal_calc()1115 high_pllm = data->bin_next_pllm( in ti_pll_internal_calc()