/Linux-v6.6/drivers/clk/samsung/ |
D | clk-exynos-arm64.c | 89 struct device_node *np, const struct samsung_cmu_info *cmu) in exynos_arm64_enable_bus_clk() argument 93 if (!cmu->clk_name) in exynos_arm64_enable_bus_clk() 99 parent_clk = clk_get(dev, cmu->clk_name); in exynos_arm64_enable_bus_clk() 104 parent_clk = of_clk_get_by_name(np, cmu->clk_name); in exynos_arm64_enable_bus_clk() 114 const struct samsung_cmu_info *cmu) in exynos_arm64_cmu_prepare_pm() argument 119 data->clk_save = samsung_clk_alloc_reg_dump(cmu->clk_regs, in exynos_arm64_cmu_prepare_pm() 120 cmu->nr_clk_regs); in exynos_arm64_cmu_prepare_pm() 124 data->nr_clk_save = cmu->nr_clk_regs; in exynos_arm64_cmu_prepare_pm() 125 data->clk_suspend = cmu->suspend_regs; in exynos_arm64_cmu_prepare_pm() 126 data->nr_clk_suspend = cmu->nr_suspend_regs; in exynos_arm64_cmu_prepare_pm() [all …]
|
D | clk.c | 344 const struct samsung_cmu_info *cmu) in samsung_cmu_register_clocks() argument 346 if (cmu->pll_clks) in samsung_cmu_register_clocks() 347 samsung_clk_register_pll(ctx, cmu->pll_clks, cmu->nr_pll_clks); in samsung_cmu_register_clocks() 348 if (cmu->mux_clks) in samsung_cmu_register_clocks() 349 samsung_clk_register_mux(ctx, cmu->mux_clks, cmu->nr_mux_clks); in samsung_cmu_register_clocks() 350 if (cmu->div_clks) in samsung_cmu_register_clocks() 351 samsung_clk_register_div(ctx, cmu->div_clks, cmu->nr_div_clks); in samsung_cmu_register_clocks() 352 if (cmu->gate_clks) in samsung_cmu_register_clocks() 353 samsung_clk_register_gate(ctx, cmu->gate_clks, in samsung_cmu_register_clocks() 354 cmu->nr_gate_clks); in samsung_cmu_register_clocks() [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-exynos-arm64.h | 18 struct device_node *np, const struct samsung_cmu_info *cmu);
|
D | clk-exynos5-subcmu.h | 24 const struct exynos5_subcmu_info **cmu);
|
D | clk-exynos5410.c | 257 static const struct samsung_cmu_info cmu __initconst = { 277 samsung_cmu_register_one(np, &cmu); in exynos5410_clk_init()
|
D | clk.h | 381 const struct samsung_cmu_info *cmu);
|
/Linux-v6.6/arch/arm/boot/dts/samsung/ |
D | exynos3250.dtsi | 81 clocks = <&cmu CLK_DIV_ACLK_200>; 89 clocks = <&cmu CLK_DIV_ACLK_266>; 117 clocks = <&cmu CLK_DIV_ACLK_160>; 125 clocks = <&cmu CLK_DIV_GDL>; 133 clocks = <&cmu CLK_DIV_ACLK_400_MCUISP>; 161 clocks = <&cmu CLK_SCLK_MFC>; 169 clocks = <&cmu CLK_DIV_ACLK_100>; 191 clocks = <&cmu CLK_DIV_GDR>; 217 clocks = <&cmu CLK_ARM_CLK>; 240 clocks = <&cmu CLK_ARM_CLK>; [all …]
|
D | exynos3250-artik5-eval.dts | 49 assigned-clocks = <&cmu CLK_MOUT_SPI0>, <&cmu CLK_DIV_SPI0>, 50 <&cmu CLK_DIV_SPI0_PRE>, <&cmu CLK_SCLK_SPI0>; 51 assigned-clock-parents = <&cmu CLK_DIV_MPLL_PRE>, /* for: CLK_MOUT_SPI0 */ 52 <&cmu CLK_MOUT_SPI0>, /* for: CLK_DIV_SPI0 */ 53 <&cmu CLK_DIV_SPI0>, /* for: CLK_DIV_SPI0_PRE */ 54 <&cmu CLK_DIV_SPI0_PRE>; /* for: CLK_SCLK_SPI0 */
|
D | exynos3250-artik5.dtsi | 59 assigned-clocks = <&cmu CLK_SCLK_TSADC>; 63 &cmu { 404 clocks = <&cmu CLK_RTC>, <&s2mps14_osc S2MPS11_CLK_AP>; 410 assigned-clocks = <&cmu CLK_SCLK_UART0>;
|
D | exynos3250-monk.dts | 142 assigned-clocks = <&cmu CLK_SCLK_TSADC>; 168 &cmu { 458 assigned-clocks = <&cmu CLK_SCLK_UART0>; 473 clocks = <&cmu CLK_RTC>, <&s2mps14_osc S2MPS11_CLK_AP>;
|
D | exynos3250-rinato.dts | 144 assigned-clocks = <&cmu CLK_SCLK_TSADC>; 211 &cmu { 669 assigned-clocks = <&cmu CLK_SCLK_UART0>; 693 clocks = <&cmu CLK_RTC>, <&s2mps14_osc S2MPS11_CLK_AP>;
|
/Linux-v6.6/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-v6.6/arch/arm/boot/dts/actions/ |
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 …]
|
/Linux-v6.6/Documentation/devicetree/bindings/clock/ |
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>;
|
/Linux-v6.6/arch/arm64/boot/dts/exynos/ |
D | exynos850.dtsi | 236 compatible = "samsung,exynos850-cmu-peri"; 248 compatible = "samsung,exynos850-cmu-g3d"; 257 compatible = "samsung,exynos850-cmu-apm"; 266 compatible = "samsung,exynos850-cmu-cmgp"; 275 compatible = "samsung,exynos850-cmu-core"; 289 compatible = "samsung,exynos850-cmu-top"; 298 compatible = "samsung,exynos850-cmu-mfcmscl"; 313 compatible = "samsung,exynos850-cmu-dpu"; 322 compatible = "samsung,exynos850-cmu-hsi"; 335 compatible = "samsung,exynos850-cmu-is"; [all …]
|
D | exynos5433.dtsi | 369 compatible = "samsung,exynos5433-cmu-top"; 384 compatible = "samsung,exynos5433-cmu-cpif"; 393 compatible = "samsung,exynos5433-cmu-mif"; 404 compatible = "samsung,exynos5433-cmu-peric"; 410 compatible = "samsung,exynos5433-cmu-peris"; 416 compatible = "samsung,exynos5433-cmu-fsys"; 443 compatible = "samsung,exynos5433-cmu-g2d"; 457 compatible = "samsung,exynos5433-cmu-disp"; 483 compatible = "samsung,exynos5433-cmu-aud"; 492 compatible = "samsung,exynos5433-cmu-bus0"; [all …]
|
D | exynos7885.dtsi | 193 compatible = "samsung,exynos7885-cmu-peri"; 220 compatible = "samsung,exynos7885-cmu-core"; 235 compatible = "samsung,exynos7885-cmu-top"; 244 compatible = "samsung,exynos7885-cmu-fsys";
|
D | exynosautov9.dtsi | 174 compatible = "samsung,exynosautov9-cmu-peris"; 185 compatible = "samsung,exynosautov9-cmu-peric0"; 198 compatible = "samsung,exynosautov9-cmu-peric1"; 211 compatible = "samsung,exynosautov9-cmu-fsys1"; 226 compatible = "samsung,exynosautov9-cmu-fsys0"; 239 compatible = "samsung,exynosautov9-cmu-fsys2"; 254 compatible = "samsung,exynosautov9-cmu-core"; 265 compatible = "samsung,exynosautov9-cmu-busmc"; 276 compatible = "samsung,exynosautov9-cmu-top";
|
/Linux-v6.6/fs/coda/ |
D | Kconfig | 19 home page <http://www.coda.cs.cmu.edu/>.
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-firmware-qemu_fw_cfg | 3 Contact: Gabriel Somlo <somlo@cmu.edu>
|
/Linux-v6.6/arch/powerpc/boot/dts/ |
D | fsp2.dts | 427 cmu-error-irq { 428 compatible = "ibm,cmu-error-irq";
|
/Linux-v6.6/Documentation/arch/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-v6.6/Documentation/devicetree/bindings/pinctrl/ |
D | actions,s700-pinctrl.txt | 148 clocks = <&cmu CLK_GPIO>;
|