Searched refs:clcd_pixel_parents (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/clk/spear/ |
D | spear1340_clock.c | 430 static const char *clcd_pixel_parents[] = { "pll5_clk", "clcd_syn_clk", }; variable 741 clk = clk_register_mux(NULL, "clcd_pixel_mclk", clcd_pixel_parents, in spear1340_clk_init() 742 ARRAY_SIZE(clcd_pixel_parents), in spear1340_clk_init()
|
D | spear1310_clock.c | 366 static const char *clcd_pixel_parents[] = { "pll5_clk", "clcd_syn_clk", }; variable 645 clk = clk_register_mux(NULL, "clcd_pixel_mclk", clcd_pixel_parents, in spear1310_clk_init() 646 ARRAY_SIZE(clcd_pixel_parents), in spear1310_clk_init()
|