Searched refs:pci_parents (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/spear/ |
H A D | spear1310_clock.c | 382 static const char *pci_parents[] = { "ras_pll3_clk", "gen_syn2_clk", }; variable 1090 clk = clk_register_mux(NULL, "pci_mclk", pci_parents, in spear1310_clk_init() 1091 ARRAY_SIZE(pci_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init()
|
/kernel/linux/linux-6.6/drivers/clk/spear/ |
H A D | spear1310_clock.c | 379 static const char *pci_parents[] = { "ras_pll3_clk", "gen_syn2_clk", }; variable 1087 clk = clk_register_mux(NULL, "pci_mclk", pci_parents, in spear1310_clk_init() 1088 ARRAY_SIZE(pci_parents), CLK_SET_RATE_NO_REPARENT, in spear1310_clk_init()
|
Completed in 4 milliseconds