HomeSort by: relevance | last modified time | path
    Searched defs:post_div_tbl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/nxp/
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),
imx6sx_clk.c 973 static const int post_div_tbl[] = { 4, 2, 1, 0 }; variable in typeref:typename:const int[]
1061 CLK_DIV_TABLE("pll4_post_div", "pll4_audio", PLL_AUDIO, POST_DIV_SELECT, post_div_tbl),
1063 CLK_DIV_TABLE("pll5_post_div", "pll5_video", PLL_VIDEO, POST_DIV_SELECT, post_div_tbl),

Completed in 18 milliseconds