| /linux/Documentation/devicetree/bindings/clock/ |
| A D | ti-clkctrl.txt | 1 Texas Instruments clkctrl clock binding 3 Texas Instruments SoCs can have a clkctrl clock controller for each 4 interconnect target module. The clkctrl clock controller manages functional 5 and interface clocks for each module. Each clkctrl controller can also 10 The clock consumers can specify the index of the clkctrl clock using 19 - compatible : shall be "ti,clkctrl" or a clock domain specific name: 20 "ti,clkctrl-l4-cfg" 21 "ti,clkctrl-l4-per" 22 "ti,clkctrl-l4-secure" 23 "ti,clkctrl-l4-wkup" [all …]
|
| A D | artpec6.txt | 19 See dt-bindings/clock/axis,artpec6-clkctrl.h for the list of valid identifiers. 20 - compatible: Should be "axis,artpec6-clkctrl" 35 clkctrl: clkctrl@f8000000 { 37 compatible = "axis,artpec6-clkctrl";
|
| A D | imx23-clock.yaml | 64 const: fsl,imx23-clkctrl 82 compatible = "fsl,imx23-clkctrl";
|
| A D | imx28-clock.yaml | 87 const: fsl,imx28-clkctrl 105 compatible = "fsl,imx28-clkctrl";
|
| /linux/arch/arm/boot/dts/ |
| A D | am33xx-clocks.dtsi | 547 compatible = "ti,clkctrl"; 553 compatible = "ti,clkctrl"; 558 l3_clkctrl: l3-clkctrl@24 { 559 compatible = "ti,clkctrl"; 565 compatible = "ti,clkctrl"; 571 compatible = "ti,clkctrl"; 577 compatible = "ti,clkctrl"; 583 compatible = "ti,clkctrl"; 589 compatible = "ti,clkctrl"; 603 compatible = "ti,clkctrl"; [all …]
|
| A D | artpec6.dtsi | 103 clkctrl: clkctrl@f8000000 { label 105 compatible = "axis,artpec6-clkctrl"; 115 clocks = <&clkctrl ARTPEC6_CLK_CPU_PERIPH>; 122 clocks = <&clkctrl ARTPEC6_CLK_CPU_PERIPH>; 259 clocks = <&clkctrl ARTPEC6_CLK_DMA_ACLK>; 281 clocks = <&clkctrl ARTPEC6_CLK_DMA_ACLK>; 290 <&clkctrl ARTPEC6_CLK_PTP_REF>; 336 <&clkctrl ARTPEC6_CLK_UART_PCLK>; 350 <&clkctrl ARTPEC6_CLK_UART_PCLK>; 364 <&clkctrl ARTPEC6_CLK_UART_PCLK>; [all …]
|
| A D | am43xx-clocks.dtsi | 772 compatible = "ti,clkctrl"; 778 compatible = "ti,clkctrl"; 784 compatible = "ti,clkctrl"; 799 compatible = "ti,clkctrl"; 813 compatible = "ti,clkctrl"; 827 compatible = "ti,clkctrl"; 840 l3_clkctrl: l3-clkctrl@20 { 841 compatible = "ti,clkctrl"; 847 compatible = "ti,clkctrl"; 853 compatible = "ti,clkctrl"; [all …]
|
| A D | dra7xx-clocks.dtsi | 1524 compatible = "ti,clkctrl"; 1539 compatible = "ti,clkctrl"; 1554 compatible = "ti,clkctrl"; 1562 compatible = "ti,clkctrl"; 1577 compatible = "ti,clkctrl"; 1592 compatible = "ti,clkctrl"; 1606 compatible = "ti,clkctrl"; 1623 compatible = "ti,clkctrl"; 1637 compatible = "ti,clkctrl"; 1652 compatible = "ti,clkctrl"; [all …]
|
| A D | omap44xx-clocks.dtsi | 1034 compatible = "ti,clkctrl"; 1048 compatible = "ti,clkctrl"; 1062 compatible = "ti,clkctrl"; 1079 compatible = "ti,clkctrl"; 1093 compatible = "ti,clkctrl"; 1107 compatible = "ti,clkctrl"; 1121 compatible = "ti,clkctrl"; 1135 compatible = "ti,clkctrl"; 1149 compatible = "ti,clkctrl"; 1275 compatible = "ti,clkctrl-l4-per", "ti,clkctrl"; [all …]
|
| A D | omap54xx-clocks.dtsi | 986 compatible = "ti,clkctrl"; 1000 compatible = "ti,clkctrl"; 1014 compatible = "ti,clkctrl"; 1031 compatible = "ti,clkctrl"; 1045 compatible = "ti,clkctrl"; 1059 compatible = "ti,clkctrl"; 1073 compatible = "ti,clkctrl"; 1087 compatible = "ti,clkctrl"; 1101 compatible = "ti,clkctrl"; 1129 compatible = "ti,clkctrl-l4per", "ti,clkctrl"; [all …]
|
| A D | dm814x-clocks.dtsi | 346 compatible = "ti,clkctrl"; 360 compatible = "ti,clkctrl"; 374 compatible = "ti,clkctrl";
|
| A D | dm816x-clocks.dtsi | 257 compatible = "ti,clkctrl"; 271 compatible = "ti,clkctrl";
|
| A D | imx23.dtsi | 488 clks: clkctrl@80040000 { 489 compatible = "fsl,imx23-clkctrl", "fsl,clkctrl";
|
| A D | imx28.dtsi | 1108 clks: clkctrl@80040000 { 1109 compatible = "fsl,imx28-clkctrl", "fsl,clkctrl";
|
| /linux/arch/arm/mach-cns3xxx/ |
| A D | core.c | 97 u32 clkctrl; in cns3xxx_power_off() local 101 clkctrl = readl(pm_base + PM_SYS_CLK_CTRL_OFFSET); in cns3xxx_power_off() 102 clkctrl &= 0xfffff1ff; in cns3xxx_power_off() 103 clkctrl |= (0x5 << 9); /* Hibernate */ in cns3xxx_power_off() 104 writel(clkctrl, pm_base + PM_SYS_CLK_CTRL_OFFSET); in cns3xxx_power_off()
|
| /linux/drivers/clk/mxs/ |
| A D | clk-imx23.c | 16 static void __iomem *clkctrl; variable 19 #define CLKCTRL clkctrl 107 clkctrl = of_iomap(np, 0); in mx23_clocks_init() 108 WARN_ON(!clkctrl); in mx23_clocks_init()
|
| A D | clk-imx28.c | 17 static void __iomem *clkctrl; variable 18 #define CLKCTRL clkctrl 162 clkctrl = of_iomap(np, 0); in mx28_clocks_init() 163 WARN_ON(!clkctrl); in mx28_clocks_init()
|
| /linux/Documentation/devicetree/bindings/pci/ |
| A D | mediatek,mt7621-pcie.yaml | 106 clocks = <&clkctrl 24>; 121 clocks = <&clkctrl 25>; 136 clocks = <&clkctrl 26>;
|
| /linux/drivers/clk/ti/ |
| A D | Makefile | 8 clkctrl.o
|
| /linux/drivers/spi/ |
| A D | spi-ti-qspi.c | 35 u32 clkctrl; member 192 ctx_reg->clkctrl = clk_mask; in ti_qspi_setup() 208 ti_qspi_write(qspi, ctx_reg->clkctrl, QSPI_SPI_CLOCK_CNTRL_REG); in ti_qspi_restore_ctx()
|