imx6_clk.c | 884 static const int post_div_tbl[] = { 4, 2, 1, 0 }; variable in typeref:typename:const int[] 975 CLK_DIV_TABLE("pll4_post_div", "pll4_audio", PLL_AUDIO, POST_DIV_SELECT, post_div_tbl), 977 CLK_DIV_TABLE("pll5_post_div", "pll5_video", PLL_VIDEO, POST_DIV_SELECT, post_div_tbl),
|