Searched full:mpmu (Results 1 – 19 of 19) sorted by relevance
| /linux/drivers/clk/spacemit/ |
| H A D | ccu_common.c | 143 * The lock status of PLLs locate in MPMU region, while PLLs themselves in spacemit_ccu_probe() 144 * are in APBS region. Reference to MPMU syscon is required to check PLL in spacemit_ccu_probe() 148 struct device_node *mpmu = of_parse_phandle(dev->of_node, in spacemit_ccu_probe() local 149 "spacemit,mpmu", 0); in spacemit_ccu_probe() 150 if (!mpmu) in spacemit_ccu_probe() 152 "Cannot parse MPMU region\n"); in spacemit_ccu_probe() 154 lock_regmap = device_node_to_regmap(mpmu); in spacemit_ccu_probe() 155 of_node_put(mpmu); in spacemit_ccu_probe()
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | marvell,pxa1928.txt | 5 blocks called APMU, MPMU, and APBC roughly corresponding to internal buses. 11 - "marvell,pxa1928-mpmu" - MPMU controller compatible
|
| H A D | marvell,mmp2-clock.yaml | 29 - description: MPMU register region 35 - const: mpmu 65 reg-names = "mpmu", "apmu", "apbc";
|
| H A D | marvell,pxa168.txt | 13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
|
| H A D | marvell,pxa910.txt | 13 "mpmu", "apmu", "apbc", "apbcp". So four reg spaces need to be defined.
|
| /linux/drivers/clk/mmp/ |
| H A D | Makefile | 15 clk-pxa1908-mpmu.o clk-pxa1908-apmu.o
|
| H A D | clk-of-pxa1928.c | 217 pr_err("failed to map mpmu registers\n"); in pxa1928_mpmu_clk_init() 224 CLK_OF_DECLARE(pxa1928_mpmu_clk, "marvell,pxa1928-mpmu", pxa1928_mpmu_clk_init);
|
| H A D | clk-of-pxa910.c | 279 pr_err("failed to map mpmu registers\n"); in pxa910_clk_init()
|
| H A D | clk-of-pxa168.c | 310 pr_err("failed to map mpmu registers\n"); in pxa168_clk_init()
|
| H A D | clk-of-mmp2.c | 530 pr_err("failed to map mpmu registers\n"); in mmp2_clk_init()
|
| /linux/include/dt-bindings/clock/ |
| H A D | spacemit,k1-syscon.h | 46 /* MPMU clocks */ 85 /* MPMU resets */
|
| /linux/arch/arm64/boot/dts/marvell/mmp/ |
| H A D | pxa1908.dtsi | 284 mpmu: clock-controller@50000 { label 285 compatible = "marvell,pxa1908-mpmu";
|
| /linux/include/dt-bindings/reset/ |
| H A D | spacemit,k3-resets.h | 9 /* MPMU resets */
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | pxa910.dtsi | 172 reg-names = "mpmu", "apmu", "apbc", "apbcp";
|
| H A D | pxa168.dtsi | 161 reg-names = "mpmu", "apmu", "apbc";
|
| H A D | mmp2.dtsi | 510 reg-names = "mpmu", "apmu", "apbc";
|
| H A D | mmp3.dtsi | 575 reg-names = "mpmu", "apmu", "apbc";
|
| /linux/arch/arm/mach-pxa/ |
| H A D | pxa3xx-regs.h | 24 * Service Power Management Unit (MPMU)
|
| /linux/drivers/reset/spacemit/ |
| H A D | reset-spacemit-k3.c | 228 K3_AUX_DEV_ID(mpmu),
|