| /Linux-v5.15/arch/arm/boot/dts/ | 
| D | exynos3250.dtsi | 69 			clocks = <&cmu CLK_ARM_CLK>; 92 			clocks = <&cmu CLK_ARM_CLK>; 179 			clocks = <&cmu CLK_FIN_PLL>; 224 		cmu: clock-controller@10030000 {  label 225 			compatible = "samsung,exynos3250-cmu"; 228 			assigned-clocks = <&cmu CLK_MOUT_ACLK_400_MCUISP_SUB>, 229 					  <&cmu CLK_MOUT_ACLK_266_SUB>; 230 			assigned-clock-parents = <&cmu CLK_FIN_PLL>, 231 						 <&cmu CLK_FIN_PLL>; 235 			compatible = "samsung,exynos3250-cmu-dmc"; [all …] 
 | 
| D | owl-s500.dtsi | 8 #include <dt-bindings/clock/actions,s500-cmu.h> 136 			clocks = <&cmu CLK_UART0>; 144 			clocks = <&cmu CLK_UART1>; 152 			clocks = <&cmu CLK_UART2>; 160 			clocks = <&cmu CLK_UART3>; 168 			clocks = <&cmu CLK_UART4>; 176 			clocks = <&cmu CLK_UART5>; 184 			clocks = <&cmu CLK_UART6>; 188 		cmu: clock-controller@b0160000 {  label 189 			compatible = "actions,s500-cmu"; [all …] 
 | 
| D | exynos3250-artik5-eval.dts | 45 	assigned-clocks = <&cmu CLK_MOUT_SPI0>, <&cmu CLK_DIV_SPI0>, 46 			  <&cmu CLK_DIV_SPI0_PRE>, <&cmu CLK_SCLK_SPI0>; 47 	assigned-clock-parents = <&cmu CLK_DIV_MPLL_PRE>, /* for: CLK_MOUT_SPI0 */ 48 				 <&cmu CLK_MOUT_SPI0>,    /* for: CLK_DIV_SPI0 */ 49 				 <&cmu CLK_DIV_SPI0>,     /* for: CLK_DIV_SPI0_PRE */ 50 				 <&cmu CLK_DIV_SPI0_PRE>; /* for: CLK_SCLK_SPI0 */
  | 
| 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>;
  | 
| D | exynos3250-monk.dts | 141 	assigned-clocks = <&cmu CLK_SCLK_TSADC>; 167 &cmu { 457 	assigned-clocks = <&cmu CLK_SCLK_UART0>; 472 	clocks = <&cmu CLK_RTC>, <&s2mps14_osc S2MPS11_CLK_AP>;
  | 
| D | exynos3250-rinato.dts | 141 	assigned-clocks = <&cmu CLK_SCLK_TSADC>; 208 &cmu { 666 	assigned-clocks = <&cmu CLK_SCLK_UART0>; 690 	clocks = <&cmu CLK_RTC>, <&s2mps14_osc S2MPS11_CLK_AP>;
  | 
| /Linux-v5.15/drivers/clk/samsung/ | 
| D | clk.c | 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() 368 	if (cmu->gate_clks)  in samsung_cmu_register_one() [all …] 
 | 
| D | clk-exynos5-subcmu.c | 17 static const struct exynos5_subcmu_info **cmu;  variable 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);
  | 
| D | clk-exynos5410.c | 254 static const struct samsung_cmu_info cmu __initconst = { 274 	samsung_cmu_register_one(np, &cmu);  in exynos5410_clk_init()
  | 
| /Linux-v5.15/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 | actions,owl-cmu.txt | 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. 36         cmu: clock-controller@e0160000 { 37                 compatible = "actions,s900-cmu"; 51                 clocks = <&cmu CLK_UART5>;
  | 
| D | efm32-clock.txt | 4 - compatible: Should be "efm32gg,cmu"
  | 
| /Linux-v5.15/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-v5.15/Documentation/devicetree/bindings/devfreq/ | 
| D | exynos-bus.txt | 240 		clocks = <&cmu CLK_DIV_GDL>; 248 		clocks = <&cmu CLK_DIV_GDR>; 256 		clocks = <&cmu CLK_DIV_ACLK_160>; 264 		clocks = <&cmu CLK_DIV_ACLK_200>; 272 		clocks = <&cmu CLK_DIV_ACLK_400_MCUISP>; 280 		clocks = <&cmu CLK_DIV_ACLK_266>; 288 		clocks = <&cmu CLK_DIV_ACLK_100>; 296 		clocks = <&cmu CLK_SCLK_MFC>;
  | 
| /Linux-v5.15/arch/arm64/boot/dts/exynos/ | 
| D | exynos5433.dtsi | 373 			compatible = "samsung,exynos5433-cmu-top"; 388 			compatible = "samsung,exynos5433-cmu-cpif"; 397 			compatible = "samsung,exynos5433-cmu-mif"; 408 			compatible = "samsung,exynos5433-cmu-peric"; 414 			compatible = "samsung,exynos5433-cmu-peris"; 420 			compatible = "samsung,exynos5433-cmu-fsys"; 447 			compatible = "samsung,exynos5433-cmu-g2d"; 461 			compatible = "samsung,exynos5433-cmu-disp"; 487 			compatible = "samsung,exynos5433-cmu-aud"; 496 			compatible = "samsung,exynos5433-cmu-bus0"; [all …] 
 | 
| /Linux-v5.15/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
  | 
| /Linux-v5.15/Documentation/devicetree/bindings/i2c/ | 
| D | i2c-efm32.txt | 23 		clocks = <&cmu clk_HFPERCLKI2C0>;
  | 
| /Linux-v5.15/Documentation/devicetree/bindings/spi/ | 
| D | efm32-spi.txt | 28 	clocks = <&cmu 20>;
  | 
| /Linux-v5.15/fs/coda/ | 
| D | Kconfig | 19 	  home page <http://www.coda.cs.cmu.edu/>.
  | 
| /Linux-v5.15/Documentation/ABI/testing/ | 
| D | sysfs-firmware-qemu_fw_cfg | 3 Contact:	Gabriel Somlo <somlo@cmu.edu>
  | 
| /Linux-v5.15/arch/powerpc/boot/dts/ | 
| D | fsp2.dts | 427 		cmu-error-irq { 428 			compatible = "ibm,cmu-error-irq";
  | 
| /Linux-v5.15/Documentation/arm/sa1100/ | 
| D | assabet.rst | 8 Also some notes from John G Dorsey <jd5q@andrew.cmu.edu>: 9 http://www.cs.cmu.edu/~wearable/software/assabet.html
  | 
| /Linux-v5.15/Documentation/devicetree/bindings/pinctrl/ | 
| D | actions,s700-pinctrl.txt | 148 		clocks = <&cmu CLK_GPIO>;
  |