/Linux-v4.19/arch/arm/boot/dts/ |
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.dtsi | 58 clocks = <&cmu CLK_ARM_CLK>; 81 clocks = <&cmu CLK_ARM_CLK>; 214 cmu: clock-controller@10030000 { label 215 compatible = "samsung,exynos3250-cmu"; 218 assigned-clocks = <&cmu CLK_MOUT_ACLK_400_MCUISP_SUB>, 219 <&cmu CLK_MOUT_ACLK_266_SUB>; 220 assigned-clock-parents = <&cmu CLK_FIN_PLL>, 221 <&cmu CLK_FIN_PLL>; 225 compatible = "samsung,exynos3250-cmu-dmc"; 243 clocks = <&cmu CLK_TMU_APBIF>; [all …]
|
D | exynos3250-artik5.dtsi | 52 assigned-clocks = <&cmu CLK_SCLK_TSADC>; 356 clocks = <&cmu CLK_RTC>, <&s2mps14_osc S2MPS11_CLK_AP>;
|
D | exynos3250-monk.dts | 138 assigned-clocks = <&cmu CLK_SCLK_TSADC>; 445 assigned-clocks = <&cmu CLK_SCLK_UART0>; 460 clocks = <&cmu CLK_RTC>, <&s2mps14_osc S2MPS11_CLK_AP>;
|
D | exynos3250-rinato.dts | 133 assigned-clocks = <&cmu CLK_SCLK_TSADC>; 622 assigned-clocks = <&cmu CLK_SCLK_UART0>; 637 clocks = <&cmu CLK_RTC>, <&s2mps14_osc S2MPS11_CLK_AP>;
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | exynos5433-clock.txt | 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 28 - "samsung,exynos5433-cmu-bus0", "samsung,exynos5433-cmu-bus1" [all …]
|
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 | actions,owl-cmu.txt | 10 "actions,s900-cmu" 11 "actions,s700-cmu" 21 dt-bindings/clock/actions,s900-cmu.h or actions,s700-cmu.h header and can be 34 cmu: clock-controller@e0160000 { 35 compatible = "actions,s900-cmu"; 48 clocks = <&cmu CLK_UART5>;
|
D | efm32-clock.txt | 4 - compatible: Should be "efm32gg,cmu"
|
/Linux-v4.19/drivers/clk/samsung/ |
D | clk.c | 348 const struct samsung_cmu_info *cmu) in samsung_cmu_register_one() argument 359 ctx = samsung_clk_init(np, reg_base, cmu->nr_clk_ids); in samsung_cmu_register_one() 365 if (cmu->pll_clks) in samsung_cmu_register_one() 366 samsung_clk_register_pll(ctx, cmu->pll_clks, cmu->nr_pll_clks, in samsung_cmu_register_one() 368 if (cmu->mux_clks) in samsung_cmu_register_one() 369 samsung_clk_register_mux(ctx, cmu->mux_clks, in samsung_cmu_register_one() 370 cmu->nr_mux_clks); in samsung_cmu_register_one() 371 if (cmu->div_clks) in samsung_cmu_register_one() 372 samsung_clk_register_div(ctx, cmu->div_clks, cmu->nr_div_clks); in samsung_cmu_register_one() 373 if (cmu->gate_clks) in samsung_cmu_register_one() [all …]
|
D | clk-exynos5-subcmu.c | 16 static const struct exynos5_subcmu_info *cmu; variable 61 cmu = _cmu; in exynos5_subcmus_init() 160 if (strcmp(cmu[i].pd_name, name) == 0) in exynos5_clk_probe() 162 &cmu[i], np); in exynos5_clk_probe()
|
D | clk-exynos5-subcmu.h | 24 const struct exynos5_subcmu_info *cmu);
|
D | clk-exynos5410.c | 256 static const struct samsung_cmu_info cmu __initconst = { 276 samsung_cmu_register_one(np, &cmu); in exynos5410_clk_init()
|
/Linux-v4.19/Documentation/devicetree/bindings/devfreq/ |
D | exynos-bus.txt | 229 clocks = <&cmu CLK_DIV_GDL>; 237 clocks = <&cmu CLK_DIV_GDR>; 245 clocks = <&cmu CLK_DIV_ACLK_160>; 253 clocks = <&cmu CLK_DIV_ACLK_200>; 261 clocks = <&cmu CLK_DIV_ACLK_400_MCUISP>; 269 clocks = <&cmu CLK_DIV_ACLK_266>; 277 clocks = <&cmu CLK_DIV_ACLK_100>; 285 clocks = <&cmu CLK_SCLK_MFC>;
|
/Linux-v4.19/arch/arm64/boot/dts/exynos/ |
D | exynos5433.dtsi | 270 compatible = "samsung,exynos5433-cmu-top"; 285 compatible = "samsung,exynos5433-cmu-cpif"; 294 compatible = "samsung,exynos5433-cmu-mif"; 305 compatible = "samsung,exynos5433-cmu-peric"; 311 compatible = "samsung,exynos5433-cmu-peris"; 317 compatible = "samsung,exynos5433-cmu-fsys"; 344 compatible = "samsung,exynos5433-cmu-g2d"; 358 compatible = "samsung,exynos5433-cmu-disp"; 384 compatible = "samsung,exynos5433-cmu-aud"; 393 compatible = "samsung,exynos5433-cmu-bus0"; [all …]
|
/Linux-v4.19/arch/mips/vr41xx/common/ |
D | Makefile | 5 obj-y += bcu.o cmu.o giu.o icu.o init.o irq.o pmu.o rtc.o siu.o type.o
|
/Linux-v4.19/Documentation/devicetree/bindings/i2c/ |
D | i2c-efm32.txt | 23 clocks = <&cmu clk_HFPERCLKI2C0>;
|
/Linux-v4.19/Documentation/devicetree/bindings/timer/ |
D | energymicro,efm32-timer.txt | 22 clocks = <&cmu clk_HFPERCLKTIMER3>;
|
/Linux-v4.19/Documentation/devicetree/bindings/devfreq/event/ |
D | exynos-ppmu.txt | 44 clocks = <&cmu CLK_PPMURIGHT>; 52 clocks = <&cmu CLK_PPMULEFT>;
|
/Linux-v4.19/Documentation/devicetree/bindings/iio/adc/ |
D | samsung,exynos-adc.txt | 81 clocks = <&cmu CLK_TSADC>, <&cmu CLK_SCLK_TSADC>;
|
/Linux-v4.19/Documentation/devicetree/bindings/spi/ |
D | efm32-spi.txt | 28 clocks = <&cmu 20>;
|
/Linux-v4.19/fs/coda/ |
D | Kconfig | 18 home page <http://www.coda.cs.cmu.edu/>.
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-firmware-qemu_fw_cfg | 3 Contact: Gabriel Somlo <somlo@cmu.edu>
|
/Linux-v4.19/arch/powerpc/boot/dts/ |
D | fsp2.dts | 427 cmu-error-irq { 428 compatible = "ibm,cmu-error-irq";
|
/Linux-v4.19/Documentation/arm/SA1100/ |
D | Assabet | 7 Also some notes from John G Dorsey <jd5q@andrew.cmu.edu>: 8 http://www.cs.cmu.edu/~wearable/software/assabet.html
|