/linux/Documentation/devicetree/bindings/clock/st/ |
H A D | st,clkgen-pll.txt | 7 [2] Documentation/devicetree/bindings/clock/st/st,clkgen.txt 12 "st,clkgen-pll0" 13 "st,clkgen-pll0-a0" 14 "st,clkgen-pll0-c0" 15 "st,clkgen-pll1" 16 "st,clkgen-pll1-c0" 17 "st,stih407-clkgen-plla9" 18 "st,stih418-clkgen-plla9" 29 compatible = "st,clkgen-c32"; 34 compatible = "st,stih407-clkgen-plla9";
|
H A D | st,clkgen.txt | 34 [3] Documentation/devicetree/bindings/clock/st/st,clkgen-mux.txt 35 [4] Documentation/devicetree/bindings/clock/st/st,clkgen-pll.txt 46 compatible = "st,clkgen-c32"; 51 compatible = "st,clkgen-pll0";
|
H A D | st,clkgen-mux.txt | 13 "st,stih407-clkgen-a9-mux" 25 compatible = "st,stih407-clkgen-a9-mux";
|
/linux/arch/arm/boot/dts/st/ |
H A D | stih410-clock.dtsi | 34 compatible = "st,clkgen-c32"; 39 compatible = "st,stih407-clkgen-plla9"; 49 compatible = "st,stih407-clkgen-a9-mux", "st,clkgen-mux"; 70 compatible = "st,clkgen-c32"; 75 compatible = "st,clkgen-pll0-a0"; 91 compatible = "st,clkgen-c32"; 96 compatible = "st,clkgen-pll0-c0"; 103 compatible = "st,clkgen-pll1-c0"; 145 compatible = "st,clkgen-c32"; 168 compatible = "st,clkgen-c32"; [all …]
|
H A D | stih418-clock.dtsi | 34 compatible = "st,clkgen-c32"; 39 compatible = "st,stih418-clkgen-plla9"; 49 compatible = "st,stih407-clkgen-a9-mux", "st,clkgen-mux"; 70 compatible = "st,clkgen-c32"; 75 compatible = "st,clkgen-pll0-a0"; 91 compatible = "st,clkgen-c32"; 96 compatible = "st,clkgen-pll0-c0"; 103 compatible = "st,clkgen-pll1-c0"; 145 compatible = "st,clkgen-c32"; 168 compatible = "st,clkgen-c32"; [all …]
|
H A D | stih418-b2199.dts | 103 st,tx-retime-src = "clkgen";
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | adi,axi-clkgen.yaml | 4 $id: http://devicetree.org/schemas/clock/adi,axi-clkgen.yaml# 7 title: Analog Devices AXI clkgen pcore clock generator 22 - adi,axi-clkgen-2.00.a 23 - adi,zynqmp-axi-clkgen-2.00.a 66 compatible = "adi,axi-clkgen-2.00.a";
|
H A D | sophgo,sg2042-clkgen.yaml | 4 $id: http://devicetree.org/schemas/clock/sophgo,sg2042-clkgen.yaml# 14 const: sophgo,sg2042-clkgen 36 See <dt-bindings/clock/sophgo,sg2042-clkgen.h> for valid indices. 50 compatible = "sophgo,sg2042-clkgen";
|
H A D | nvidia,tegra20-car.yaml | 15 Tegra's clocks, and setting their rates. It comprises CLKGEN and RSTGEN units. 17 CLKGEN provides the registers to program the PLLs. It controls most of 20 CLKGEN input signals include the external clock for the reference frequency 23 Outputs from CLKGEN are inputs clock of the h/w blocks in the Tegra system.
|
H A D | nvidia,tegra124-car.yaml | 15 Tegra's clocks, and setting their rates. It comprises CLKGEN and RSTGEN units. 17 CLKGEN provides the registers to program the PLLs. It controls most of 20 CLKGEN input signals include the external clock for the reference frequency 23 Outputs from CLKGEN are inputs clock of the h/w blocks in the Tegra system.
|
H A D | starfive,jh7100-audclk.yaml | 52 clocks = <&clkgen JH7100_CLK_AUDIO_SRC>, 53 <&clkgen JH7100_CLK_AUDIO_12288>, 54 <&clkgen JH7100_CLK_DOM7AHB_BUS>;
|
H A D | starfive,jh7100-clkgen.yaml | 4 $id: http://devicetree.org/schemas/clock/starfive,jh7100-clkgen.yaml# 15 const: starfive,jh7100-clkgen 51 compatible = "starfive,jh7100-clkgen";
|
H A D | sophgo,sg2042-rpgate.yaml | 46 clocks = <&clkgen 85>;
|
/linux/drivers/clk/st/ |
H A D | Makefile | 2 obj-y += clkgen-mux.o clkgen-pll.o clkgen-fsyn.o clk-flexgen.o
|
H A D | clkgen-mux.c | 3 * clkgen-mux.c: ST GEN-MUX Clock driver 16 #include "clkgen.h" 110 CLK_OF_DECLARE(clkgen_a9mux, "st,stih407-clkgen-a9-mux",
|
H A D | clkgen-pll.c | 18 #include "clkgen.h" 836 CLK_OF_DECLARE(c32_pll0, "st,clkgen-pll0", clkgen_c32_pll0_setup); 843 CLK_OF_DECLARE(c32_pll0_a0, "st,clkgen-pll0-a0", clkgen_c32_pll0_a0_setup); 850 CLK_OF_DECLARE(c32_pll0_c0, "st,clkgen-pll0-c0", clkgen_c32_pll0_c0_setup); 857 CLK_OF_DECLARE(c32_pll1, "st,clkgen-pll1", clkgen_c32_pll1_setup); 864 CLK_OF_DECLARE(c32_pll1_c0, "st,clkgen-pll1-c0", clkgen_c32_pll1_c0_setup); 871 CLK_OF_DECLARE(c32_plla9, "st,stih407-clkgen-plla9", clkgen_c32_plla9_setup); 878 CLK_OF_DECLARE(c28_plla9, "st,stih418-clkgen-plla9", clkgen_c28_plla9_setup);
|
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | starfive,jh71x0-temp.yaml | 63 clocks = <&clkgen JH7100_CLK_TEMP_SENSE>, 64 <&clkgen JH7100_CLK_TEMP_APB>;
|
/linux/drivers/power/sequencing/ |
H A D | pwrseq-thead-gpu.c | 58 * cycles is required between de-asserting the clkgen reset and in pwrseq_thead_gpu_enable() 193 devm_reset_control_get_exclusive(parent_dev, "gpu-clkgen"); in pwrseq_thead_gpu_probe() 197 "Failed to get GPU clkgen reset from parent\n"); in pwrseq_thead_gpu_probe()
|
/linux/drivers/clk/ |
H A D | clk-axi-clkgen.c | 3 * AXI clkgen driver 647 .compatible = "adi,zynqmp-axi-clkgen-2.00.a", 651 .compatible = "adi,axi-clkgen-2.00.a", 660 .name = "adi-axi-clkgen", 669 MODULE_DESCRIPTION("Driver for the Analog Devices' AXI clkgen pcore clock generator");
|
/linux/drivers/clk/sophgo/ |
H A D | Makefile | 9 obj-$(CONFIG_CLK_SOPHGO_SG2042_CLKGEN) += clk-sg2042-clkgen.o
|
H A D | clk-cv1800.h | 69 /* clkgen */
|
/linux/Documentation/devicetree/bindings/pwm/ |
H A D | opencores,pwm.yaml | 53 clocks = <&clkgen 181>;
|
/linux/Documentation/devicetree/bindings/firmware/ |
H A D | thead,th1520-aon.yaml | 40 - const: gpu-clkgen
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | starfive,jh7100-pinctrl.yaml | 179 clocks = <&clkgen JH7100_CLK_GPIO_APB>; 180 resets = <&clkgen JH7100_RSTN_GPIO_APB>;
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | sti-dwmac.txt | 24 possible values from "txclk", "clk_125" or "clkgen".
|