Searched refs:video_clk (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arm64/boot/dts/xilinx/ |
| A D | zynqmp-clk-ccf.dtsi | 18 video_clk: video_clk { label 47 clocks = <&pss_ref_clk>, <&video_clk>, <&pss_alt_ref_clk>, 49 clock-names = "pss_ref_clk", "video_clk", "pss_alt_ref_clk",
|
| /linux/arch/sh/boards/mach-migor/ |
| A D | setup.c | 447 struct clk *video_clk; in migor_devices_setup() local 587 video_clk = clk_get(NULL, "video_clk"); in migor_devices_setup() 588 if (!IS_ERR(video_clk)) { in migor_devices_setup() 589 clk_set_rate(video_clk, clk_round_rate(video_clk, 10000000)); in migor_devices_setup() 590 clk_put(video_clk); in migor_devices_setup()
|
| /linux/Documentation/devicetree/bindings/clock/ |
| A D | xlnx,zynqmp-clk.txt | 27 - video_clk (reference clock for video system ) 59 clocks = <&pss_ref_clk>, <&video_clk>, <&pss_alt_ref_clk>, <&aux_ref_clk>, <>_crx_ref_clk>; 60 clock-names = "pss_ref_clk", "video_clk", "pss_alt_ref_clk","aux_ref_clk", "gt_crx_ref_clk";
|
Completed in 8 milliseconds