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

  /src/sys/arch/arm/nxp/
imx6_clk.c 883 static const int enet_ref_tbl[] = { 20, 10, 5, 4, 0 }; variable in typeref:typename:const int[]
979 CLK_DIV_TABLE("enet_ref", "pll6_enet", PLL_ENET, DIV_SELECT, enet_ref_tbl),
imx6sx_clk.c 972 static const int enet_ref_tbl[] = { 20, 10, 5, 4, 0 }; variable in typeref:typename:const int[]
1065 CLK_DIV_TABLE("enet_ref", "pll6_enet", PLL_ENET, DIV_SELECT, enet_ref_tbl),
1066 CLK_DIV_TABLE("enet2_ref", "pll6_enet", PLL_ENET, DIV2_SELECT, enet_ref_tbl),

Completed in 13 milliseconds