/linux-5.10/Documentation/devicetree/bindings/clock/ |
D | exynos5433-clock.txt | 1 * Samsung Exynos5433 CMU (Clock Management Units) 9 - "samsung,exynos5433-cmu-top" - clock controller compatible for CMU_TOP 12 - "samsung,exynos5433-cmu-cpif" - clock controller compatible for CMU_CPIF 14 - "samsung,exynos5433-cmu-mif" - clock controller compatible for CMU_MIF 16 - "samsung,exynos5433-cmu-peric" - clock controller compatible for CMU_PERIC 18 - "samsung,exynos5433-cmu-peris" - clock controller compatible for CMU_PERIS 20 - "samsung,exynos5433-cmu-fsys" - clock controller compatible for CMU_FSYS 22 - "samsung,exynos5433-cmu-g2d" - clock controller compatible for CMU_G2D 24 - "samsung,exynos5433-cmu-disp" - clock controller compatible for CMU_DISP 26 - "samsung,exynos5433-cmu-aud" - clock controller compatible for CMU_AUD [all …]
|
D | actions,owl-cmu.txt | 1 * Actions Semi Owl Clock Management Unit (CMU) 10 "actions,s900-cmu" 11 "actions,s700-cmu" 12 "actions,s500-cmu" 23 dt-bindings/clock/actions,s900-cmu.h or actions,s700-cmu.h or 24 actions,s500-cmu.h header and can be used in device tree sources. 31 Actions Semi S900 CMU also requires one more clock: 36 cmu: clock-controller@e0160000 { 37 compatible = "actions,s900-cmu"; 51 clocks = <&cmu CLK_UART5>;
|
D | exynos3250-clock.txt | 9 - "samsung,exynos3250-cmu" - controller compatible with Exynos3250 SoC. 10 - "samsung,exynos3250-cmu-dmc" - controller compatible with 12 - "samsung,exynos3250-cmu-isp" - ISP block clock controller compatible 29 cmu: clock-controller@10030000 { 30 compatible = "samsung,exynos3250-cmu"; 36 compatible = "samsung,exynos3250-cmu-dmc"; 42 compatible = "samsung,exynos3250-cmu-isp"; 55 clocks = <&cmu CLK_UART0>, <&cmu CLK_SCLK_UART0>;
|
D | efm32-clock.txt | 4 - compatible: Should be "efm32gg,cmu" 6 - interrupts: Interrupt used by the CMU
|
/linux-5.10/arch/arm/boot/dts/ |
D | exynos3250.dtsi | 58 clocks = <&cmu CLK_ARM_CLK>; 81 clocks = <&cmu CLK_ARM_CLK>; 168 clocks = <&cmu CLK_FIN_PLL>; 213 cmu: clock-controller@10030000 { label 214 compatible = "samsung,exynos3250-cmu"; 217 assigned-clocks = <&cmu CLK_MOUT_ACLK_400_MCUISP_SUB>, 218 <&cmu CLK_MOUT_ACLK_266_SUB>; 219 assigned-clock-parents = <&cmu CLK_FIN_PLL>, 220 <&cmu CLK_FIN_PLL>; 224 compatible = "samsung,exynos3250-cmu-dmc"; [all …]
|
D | efm32gg.dtsi | 10 #include "dt-bindings/clock/efm32-cmu.h" 34 clocks = <&cmu clk_HFPERCLKADC0>; 46 clocks = <&cmu clk_HFPERCLKGPIO>; 56 clocks = <&cmu clk_HFPERCLKI2C0>; 67 clocks = <&cmu clk_HFPERCLKI2C1>; 78 clocks = <&cmu clk_HFPERCLKUSART0>; 88 clocks = <&cmu clk_HFPERCLKUSART1>; 98 clocks = <&cmu clk_HFPERCLKUSART2>; 106 clocks = <&cmu clk_HFPERCLKUSART0>; 114 clocks = <&cmu clk_HFPERCLKUSART1>; [all …]
|
D | exynos3250-artik5.dtsi | 54 assigned-clocks = <&cmu CLK_SCLK_TSADC>; 58 &cmu { 398 clocks = <&cmu CLK_RTC>, <&s2mps14_osc S2MPS11_CLK_AP>; 404 assigned-clocks = <&cmu CLK_SCLK_UART0>;
|
/linux-5.10/arch/arm64/boot/dts/actions/ |
D | s900.dtsi | 6 #include <dt-bindings/clock/actions,s900-cmu.h> 125 clocks = <&cmu CLK_UART0>; 133 clocks = <&cmu CLK_UART1>; 141 clocks = <&cmu CLK_UART2>; 149 clocks = <&cmu CLK_UART3>; 157 clocks = <&cmu CLK_UART4>; 165 clocks = <&cmu CLK_UART5>; 173 clocks = <&cmu CLK_UART6>; 184 cmu: clock-controller@e0160000 { label 185 compatible = "actions,s900-cmu"; [all …]
|
D | s700.dtsi | 6 #include <dt-bindings/clock/actions,s700-cmu.h> 119 clocks = <&cmu CLK_UART0>; 127 clocks = <&cmu CLK_UART1>; 135 clocks = <&cmu CLK_UART2>; 143 clocks = <&cmu CLK_UART3>; 151 clocks = <&cmu CLK_UART4>; 159 clocks = <&cmu CLK_UART5>; 167 clocks = <&cmu CLK_UART6>; 172 cmu: clock-controller@e0168000 { label 173 compatible = "actions,s700-cmu"; [all …]
|
/linux-5.10/drivers/clk/samsung/ |
D | clk.c | 343 * for each CMU. It also add CMU register list to register cache. 347 const struct samsung_cmu_info *cmu) in samsung_cmu_register_one() argument 358 ctx = samsung_clk_init(np, reg_base, cmu->nr_clk_ids); in samsung_cmu_register_one() 360 if (cmu->pll_clks) in samsung_cmu_register_one() 361 samsung_clk_register_pll(ctx, cmu->pll_clks, cmu->nr_pll_clks, in samsung_cmu_register_one() 363 if (cmu->mux_clks) in samsung_cmu_register_one() 364 samsung_clk_register_mux(ctx, cmu->mux_clks, in samsung_cmu_register_one() 365 cmu->nr_mux_clks); in samsung_cmu_register_one() 366 if (cmu->div_clks) in samsung_cmu_register_one() 367 samsung_clk_register_div(ctx, cmu->div_clks, cmu->nr_div_clks); in samsung_cmu_register_one() [all …]
|
D | clk-exynos5-subcmu.c | 17 static const struct exynos5_subcmu_info **cmu; variable 48 * Pass the needed clock provider context and register sub-CMU clocks 62 cmu = _cmu; in exynos5_subcmus_init() 166 if (strcmp(cmu[i]->pd_name, name) == 0) in exynos5_clk_probe() 168 cmu[i], np); in exynos5_clk_probe()
|
D | clk-exynos5-subcmu.h | 24 const struct exynos5_subcmu_info **cmu);
|
/linux-5.10/include/dt-bindings/clock/ |
D | exynos3250.h | 22 * Main CMU 260 * Total number of clocks of main CMU. 266 * CMU DMC 287 * Total number of clocks of main CMU. 293 * CMU ISP
|
/linux-5.10/Documentation/devicetree/bindings/devfreq/ |
D | exynos-bus.txt | 227 clocks = <&cmu CLK_DIV_GDL>; 235 clocks = <&cmu CLK_DIV_GDR>; 243 clocks = <&cmu CLK_DIV_ACLK_160>; 251 clocks = <&cmu CLK_DIV_ACLK_200>; 259 clocks = <&cmu CLK_DIV_ACLK_400_MCUISP>; 267 clocks = <&cmu CLK_DIV_ACLK_266>; 275 clocks = <&cmu CLK_DIV_ACLK_100>; 283 clocks = <&cmu CLK_SCLK_MFC>;
|
/linux-5.10/arch/arm64/boot/dts/exynos/ |
D | exynos5433.dtsi | 271 compatible = "samsung,exynos5433-cmu-top"; 286 compatible = "samsung,exynos5433-cmu-cpif"; 295 compatible = "samsung,exynos5433-cmu-mif"; 306 compatible = "samsung,exynos5433-cmu-peric"; 312 compatible = "samsung,exynos5433-cmu-peris"; 318 compatible = "samsung,exynos5433-cmu-fsys"; 345 compatible = "samsung,exynos5433-cmu-g2d"; 359 compatible = "samsung,exynos5433-cmu-disp"; 385 compatible = "samsung,exynos5433-cmu-aud"; 394 compatible = "samsung,exynos5433-cmu-bus0"; [all …]
|
/linux-5.10/drivers/clk/ |
D | clk-efm32gg.c | 12 #include <dt-bindings/clock/efm32-cmu.h> 38 pr_warn("Failed to map address range for efm32gg,cmu node\n"); in efm32gg_cmu_init() 84 CLK_OF_DECLARE(efm32ggcmu, "efm32gg,cmu", efm32gg_cmu_init);
|
/linux-5.10/Documentation/devicetree/bindings/phy/ |
D | ti,phy-am654-serdes.txt | 25 SERDES. Should have 3 items for CMU reference clock, 53 first refers to the CMU reference clock, second refers to the left output 58 CMU reference clock to left input reference clock.
|
/linux-5.10/Documentation/devicetree/bindings/mmc/ |
D | owl-mmc.yaml | 58 clocks = <&cmu 56>; 59 resets = <&cmu 23>;
|
/linux-5.10/arch/powerpc/platforms/44x/ |
D | fsp2.c | 32 #define FSP2_CMU_ERR "ibm,cmu-error-irq" 132 pr_err("CMU Error\n"); in cmu_err_handler() 134 panic("CMU Error\n"); in cmu_err_handler() 258 * recorded in the CMU FIR and leading to erroneous interrupt requests in fsp2_probe() 259 * once the CMU interrupt is unmasked. in fsp2_probe()
|
/linux-5.10/Documentation/devicetree/bindings/iio/adc/ |
D | samsung,exynos-adc.yaml | 161 clocks = <&cmu CLK_TSADC>, 162 <&cmu CLK_SCLK_TSADC>;
|
/linux-5.10/fs/coda/ |
D | cache.c | 8 * to the Coda project http://www.coda.cs.cmu.edu/ <coda@cs.cmu.edu>.
|
/linux-5.10/Documentation/devicetree/bindings/devfreq/event/ |
D | exynos-ppmu.txt | 53 clocks = <&cmu CLK_PPMURIGHT>; 61 clocks = <&cmu CLK_PPMULEFT>;
|
/linux-5.10/arch/mips/vr41xx/common/ |
D | Makefile | 6 obj-y += bcu.o cmu.o giu.o icu.o init.o irq.o pmu.o rtc.o siu.o type.o
|
D | cmu.c | 3 * cmu.c, Clock Mask Unit routines for the NEC VR4100 series. 226 if (request_mem_region(start, size, "CMU") == NULL) in vr41xx_cmu_init()
|
/linux-5.10/drivers/phy/ |
D | phy-xgene.c | 10 * The APM X-Gene PHY consists of two PLL clock macro's (CMU) and lanes. 13 * configures the first PLL CMU, the second PLL CMU, and programs the PHY to 14 * operate according to the mode of operation. The first PLL CMU is only 21 * | Ref PLL CMU |----| | ------------- --------- 22 * ------------ ---- | MUX |-----|PHY PLL CMU|----| Serdes| 27 * The Ref PLL CMU CSR (Configuration System Registers) is accessed 30 * The PHY PLL CMU CSR is accessed indirectly from the SDS offset at 0x0000. 33 * The Ref PLL CMU can be located within the same PHY IP or outside the PHY IP 34 * due to shared Ref PLL CMU. For PHY with Ref PLL CMU shared with another IP, 37 * to located the SDS/Ref PLL CMU module and its clock for that IP enabled. [all …]
|