Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_pll.c50 int32_t max_bin; member
217 if (bin < data->max_bin) { in ti_pll_consider()
375 if (!((bin == data->max_bin) && !same && !better)) { in ti_pll_consider()
378 if (!((bin == data->max_bin) && same && (fitness <= data->max_fitness))) { in ti_pll_consider()
388 data->max_bin = bin; in ti_pll_consider()
1157 .max_bin = 0, in ti_pll_calc()