/linux-4.1.27/drivers/clk/samsung/ |
D | clk-exynos5260.c | 138 struct samsung_cmu_info cmu = {0}; in exynos5260_clk_aud_init() local 140 cmu.mux_clks = aud_mux_clks; in exynos5260_clk_aud_init() 141 cmu.nr_mux_clks = ARRAY_SIZE(aud_mux_clks); in exynos5260_clk_aud_init() 142 cmu.div_clks = aud_div_clks; in exynos5260_clk_aud_init() 143 cmu.nr_div_clks = ARRAY_SIZE(aud_div_clks); in exynos5260_clk_aud_init() 144 cmu.gate_clks = aud_gate_clks; in exynos5260_clk_aud_init() 145 cmu.nr_gate_clks = ARRAY_SIZE(aud_gate_clks); in exynos5260_clk_aud_init() 146 cmu.nr_clk_ids = AUD_NR_CLK; in exynos5260_clk_aud_init() 147 cmu.clk_regs = aud_clk_regs; in exynos5260_clk_aud_init() 148 cmu.nr_clk_regs = ARRAY_SIZE(aud_clk_regs); in exynos5260_clk_aud_init() [all …]
|
D | clk.c | 379 struct samsung_cmu_info *cmu) in samsung_cmu_register_one() argument 390 ctx = samsung_clk_init(np, reg_base, cmu->nr_clk_ids); in samsung_cmu_register_one() 396 if (cmu->pll_clks) in samsung_cmu_register_one() 397 samsung_clk_register_pll(ctx, cmu->pll_clks, cmu->nr_pll_clks, in samsung_cmu_register_one() 399 if (cmu->mux_clks) in samsung_cmu_register_one() 400 samsung_clk_register_mux(ctx, cmu->mux_clks, in samsung_cmu_register_one() 401 cmu->nr_mux_clks); in samsung_cmu_register_one() 402 if (cmu->div_clks) in samsung_cmu_register_one() 403 samsung_clk_register_div(ctx, cmu->div_clks, cmu->nr_div_clks); in samsung_cmu_register_one() 404 if (cmu->gate_clks) in samsung_cmu_register_one() [all …]
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | efm32gg.dtsi | 8 #include "dt-bindings/clock/efm32-cmu.h" 29 clocks = <&cmu clk_HFPERCLKADC0>; 41 clocks = <&cmu clk_HFPERCLKGPIO>; 51 clocks = <&cmu clk_HFPERCLKI2C0>; 62 clocks = <&cmu clk_HFPERCLKI2C1>; 73 clocks = <&cmu clk_HFPERCLKUSART0>; 83 clocks = <&cmu clk_HFPERCLKUSART1>; 93 clocks = <&cmu clk_HFPERCLKUSART2>; 101 clocks = <&cmu clk_HFPERCLKUSART0>; 109 clocks = <&cmu clk_HFPERCLKUSART1>; [all …]
|
D | exynos3250.dtsi | 175 cmu: clock-controller@10030000 { label 176 compatible = "samsung,exynos3250-cmu"; 179 assigned-clocks = <&cmu CLK_MOUT_ACLK_400_MCUISP_SUB>, 180 <&cmu CLK_MOUT_ACLK_266_SUB>; 181 assigned-clock-parents = <&cmu CLK_FIN_PLL>, 182 <&cmu CLK_FIN_PLL>; 186 compatible = "samsung,exynos3250-cmu-dmc"; 203 clocks = <&cmu CLK_TMU_APBIF>; 225 clocks = <&cmu CLK_FIN_PLL>, <&cmu CLK_MCT>; 251 clocks = <&cmu CLK_SCLK_FIMD0>, <&cmu CLK_FIMD0>; [all …]
|
D | exynos4415.dtsi | 173 cmu: clock-controller@10030000 { label 174 compatible = "samsung,exynos4415-cmu"; 191 clocks = <&cmu CLK_FIN_PLL>, <&cmu CLK_MCT>; 221 compatible = "samsung,exynos4415-cmu-dmc"; 249 clocks = <&cmu CLK_SCLK_FIMD0>, <&cmu CLK_FIMD0>; 264 clocks = <&cmu CLK_DSIM0>, <&cmu CLK_SCLK_MIPI0>; 275 clocks = <&cmu CLK_USBDEVICE>; 286 clocks = <&cmu CLK_SDMMC0>, <&cmu CLK_SCLK_MMC0>; 298 clocks = <&cmu CLK_SDMMC1>, <&cmu CLK_SCLK_MMC1>; 310 clocks = <&cmu CLK_SDMMC2>, <&cmu CLK_SCLK_MMC2>; [all …]
|
D | exynos3250-monk.dts | 123 assigned-clocks = <&cmu CLK_SCLK_TSADC>; 420 assigned-clocks = <&cmu CLK_SCLK_UART0>; 435 clocks = <&cmu CLK_RTC>, <&s2mps14_osc 0>;
|
D | exynos3250-rinato.dts | 114 assigned-clocks = <&cmu CLK_SCLK_TSADC>; 593 assigned-clocks = <&cmu CLK_SCLK_UART0>; 608 clocks = <&cmu CLK_RTC>, <&s2mps14_osc 0>;
|
/linux-4.1.27/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 | exynos4415-clock.txt | 9 - "samsung,exynos4415-cmu" - for the main system clocks controller 11 - "samsung,exynos4415-cmu-dmc" - for the Exynos4415 SoC DRAM Memory 28 cmu: clock-controller@10030000 { 29 compatible = "samsung,exynos4415-cmu"; 34 cmu-dmc: clock-controller@105C0000 { 35 compatible = "samsung,exynos4415-cmu-dmc";
|
D | efm32-clock.txt | 4 - compatible: Should be "efm32gg,cmu"
|
/linux-4.1.27/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-4.1.27/Documentation/devicetree/bindings/devfreq/event/ |
D | exynos-ppmu.txt | 45 clocks = <&cmu CLK_PPMURIGHT>; 53 clocks = <&cmu CLK_PPMULEFT>;
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-efm32.txt | 23 clocks = <&cmu clk_HFPERCLKI2C0>;
|
/linux-4.1.27/Documentation/devicetree/bindings/timer/ |
D | energymicro,efm32-timer.txt | 22 clocks = <&cmu clk_HFPERCLKTIMER3>;
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/samsung/ |
D | exynos-adc.txt | 78 clocks = <&cmu CLK_TSADC>, <&cmu CLK_SCLK_TSADC>;
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | efm32-spi.txt | 28 clocks = <&cmu 20>;
|
/linux-4.1.27/fs/coda/ |
D | Kconfig | 18 home page <http://www.coda.cs.cmu.edu/>.
|
/linux-4.1.27/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
|
/linux-4.1.27/Documentation/usb/ |
D | CREDITS | 14 Bradley M Keryan <keryan@andrew.cmu.edu>
|
/linux-4.1.27/Documentation/ |
D | kernel-docs.txt | 210 http://www.coda.cs.cmu.edu/doc/html/kernel-venus-protocol.html 673 URL: http://www.coda.cs.cmu.edu/doc/talks/linuxvfs/
|
D | devices.txt | 1236 See http://www.coda.cs.cmu.edu for information about Coda.
|
/linux-4.1.27/arch/x86/math-emu/ |
D | README | 411 Thomas Staniszewski, ts3v+@andrew.cmu.edu
|
/linux-4.1.27/ |
D | CREDITS | 921 E: john+@cs.cmu.edu 1376 E: jguyett@andrew.cmu.edu 1422 E: jaharkes@cs.cmu.edu 1423 W: http://www.coda.cs.cmu.edu/
|
D | MAINTAINERS | 2627 M: Jan Harkes <jaharkes@cs.cmu.edu> 2628 M: coda@cs.cmu.edu 2629 L: codalist@coda.cs.cmu.edu 2630 W: http://www.coda.cs.cmu.edu/
|
/linux-4.1.27/Documentation/filesystems/ |
D | coda.txt | 6 http://www.coda.cs.cmu.edu 8 ftp://ftp.coda.cs.cmu.edu
|