Searched refs:vctcxo (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/mmp/ |
H A D | clk-mmp2.c | 70 static const char *uart_parent[] = {"uart_pll", "vctcxo"}; 71 static const char *ssp_parent[] = {"vctcxo_4", "vctcxo_2", "vctcxo", "pll1_16"}; 73 static const char *disp_parent[] = {"pll1", "pll1_16", "pll2", "vctcxo"}; 74 static const char *ccic_parent[] = {"pll1_2", "pll1_16", "vctcxo"}; 80 struct clk *vctcxo; in mmp2_clk_init() local 106 vctcxo = clk_register_fixed_rate(NULL, "vctcxo", NULL, 0, 26000000); in mmp2_clk_init() 107 clk_register_clkdev(vctcxo, "vctcxo", NULL); in mmp2_clk_init() 178 clk = clk_register_fixed_factor(NULL, "vctcxo_2", "vctcxo", in mmp2_clk_init() [all...] |
Completed in 1 milliseconds