Home
last modified time | relevance | path

Searched refs:clk_in1 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dti,cdce706.txt13 - 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 Dxlnx,clocking-wizard.yaml38 - const: clk_in1
74 clock-names = "clk_in1", "s_axi_aclk";
/openbmc/linux/drivers/clk/xilinx/
H A Dclk-xlnx-clock-wizard.c101 struct clk *clk_in1; member
543 if (ndata->clk == clk_wzrd->clk_in1) in clk_wzrd_clk_notifier()
622 clk_wzrd->clk_in1 = devm_clk_get(&pdev->dev, "clk_in1"); in clk_wzrd_probe()
623 if (IS_ERR(clk_wzrd->clk_in1)) in clk_wzrd_probe()
624 return dev_err_probe(&pdev->dev, PTR_ERR(clk_wzrd->clk_in1), in clk_wzrd_probe()
659 __clk_get_name(clk_wzrd->clk_in1), 0, in clk_wzrd_probe()
683 __clk_get_name(clk_wzrd->clk_in1), in clk_wzrd_probe()
757 ret = clk_notifier_register(clk_wzrd->clk_in1, in clk_wzrd_probe()
795 clk_notifier_unregister(clk_wzrd->clk_in1, &clk_wzrd->nb); in clk_wzrd_remove()