Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_anatop.c128 } imx6_oppt_table[] = { variable
267 for (i = 0; i < nitems(imx6_oppt_table); ++i) { in cpufreq_nearest_oppt()
268 d = abs((int)cpu_newmhz - (int)imx6_oppt_table[i].mhz); in cpufreq_nearest_oppt()
274 return (&imx6_oppt_table[nearest]); in cpufreq_nearest_oppt()