Searched refs:clcd_pixel_parents (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/clk/spear/ |
H A D | spear1310_clock.c | 367 static const char *clcd_pixel_parents[] = { "pll5_clk", "clcd_syn_clk", }; variable 650 clk = clk_register_mux(NULL, "clcd_pixel_mclk", clcd_pixel_parents, spear1310_clk_init() 651 ARRAY_SIZE(clcd_pixel_parents), spear1310_clk_init()
|
H A D | spear1340_clock.c | 431 static const char *clcd_pixel_parents[] = { "pll5_clk", "clcd_syn_clk", }; variable 746 clk = clk_register_mux(NULL, "clcd_pixel_mclk", clcd_pixel_parents, spear1340_clk_init() 747 ARRAY_SIZE(clcd_pixel_parents), spear1340_clk_init()
|
Completed in 92 milliseconds