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

/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_anatop.c126 } imx6_oppt_table[] = { variable in typeref:struct:oppt
265 for (i = 0; i < nitems(imx6_oppt_table); ++i) {
266 d = abs((int)cpu_newmhz - (int)imx6_oppt_table[i].mhz);
272 return (&imx6_oppt_table[nearest]);

Completed in 47 milliseconds