Searched full:clk_in1 (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/clock/ |
H A 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
|
H A D | xlnx,clocking-wizard.yaml | 39 - const: clk_in1 75 clock-names = "clk_in1", "s_axi_aclk";
|
/linux/drivers/clk/xilinx/ |
H A D | clk-xlnx-clock-wizard.c | 127 * @clk_in1: Handle to input clock 'clk_in1' 138 struct clk *clk_in1; member 914 if (ndata->clk == clk_wzrd->clk_in1) in clk_wzrd_clk_notifier() 999 clk_wzrd->clk_in1 = devm_clk_get(&pdev->dev, "clk_in1"); in clk_wzrd_probe() 1000 if (IS_ERR(clk_wzrd->clk_in1)) in clk_wzrd_probe() 1001 return dev_err_probe(&pdev->dev, PTR_ERR(clk_wzrd->clk_in1), in clk_wzrd_probe() 1002 "clk_in1 not found\n"); in clk_wzrd_probe() 1041 __clk_get_name(clk_wzrd->clk_in1), 0, in clk_wzrd_probe() 1074 __clk_get_name(clk_wzrd->clk_in1), 0, in clk_wzrd_probe() 1099 __clk_get_name(clk_wzrd->clk_in1), in clk_wzrd_probe() [all …]
|
/linux/drivers/clk/ |
H A D | clk-cdce706.c | 89 "clk_in0", "clk_in1",
|