Searched full:clk_in1 (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/clock/ |
D | ti,cdce706.txt | 12 and CLK_IN1 pins. 13 - clock-names: shall be clk_in0 and/or clk_in1. Use clk_in0 15 configuration. Use clk_in0 and clk_in1 in case of independent
|
D | xlnx,clocking-wizard.yaml | 39 - const: clk_in1 81 clock-names = "clk_in1", "s_axi_aclk";
|
/linux-6.14.4/drivers/clk/xilinx/ |
D | clk-xlnx-clock-wizard.c | 129 * @clk_in1: Handle to input clock 'clk_in1' 139 struct clk *clk_in1; member 930 if (ndata->clk == clk_wzrd->clk_in1) in clk_wzrd_clk_notifier() 1006 __clk_get_name(clk_wzrd->clk_in1), 0, in clk_wzrd_register_output_clocks() 1039 __clk_get_name(clk_wzrd->clk_in1), 0, in clk_wzrd_register_output_clocks() 1062 __clk_get_name(clk_wzrd->clk_in1), in clk_wzrd_register_output_clocks() 1186 clk_wzrd->clk_in1 = devm_clk_get(&pdev->dev, "clk_in1"); in clk_wzrd_probe() 1187 if (IS_ERR(clk_wzrd->clk_in1)) in clk_wzrd_probe() 1188 return dev_err_probe(&pdev->dev, PTR_ERR(clk_wzrd->clk_in1), in clk_wzrd_probe() 1189 "clk_in1 not found\n"); in clk_wzrd_probe() [all …]
|
/linux-6.14.4/drivers/clk/ |
D | clk-cdce706.c | 89 "clk_in0", "clk_in1",
|