Searched full:mpmu (Results 1 – 17 of 17) sorted by relevance
/openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/ |
H A D | timer.c | 142 struct armd1mpmu_registers *mpmu = in reset_cpu() local 149 val = readl(&mpmu->aprr); in reset_cpu() 151 writel(val, &mpmu->aprr); in reset_cpu() 154 writel(APBC_APBCLK | APBC_FNCLK | APBC_RST, &mpmu->wdtpcr); in reset_cpu() 155 readl(&mpmu->wdtpcr); in reset_cpu() 156 writel(APBC_APBCLK | APBC_FNCLK, &mpmu->wdtpcr); in reset_cpu() 157 readl(&mpmu->wdtpcr); in reset_cpu()
|
H A D | cpu.c | 26 struct armd1mpmu_registers *mpmu = in arch_cpu_init() local 35 writel(0xFFFFFFFF, &mpmu->acgr); in arch_cpu_init()
|
/openbmc/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.
|
/openbmc/u-boot/arch/arm/include/asm/arch-armada100/ |
H A D | armada100.h | 33 /* MPMU Clocks */
|
H A D | cpu.h | 15 * Main Power Management (MPMU) Registers
|
/openbmc/linux/drivers/clk/mmp/ |
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()
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | pxa168.dtsi | 161 reg-names = "mpmu", "apmu", "apbc";
|
H A D | pxa910.dtsi | 172 reg-names = "mpmu", "apmu", "apbc", "apbcp";
|
H A D | mmp2.dtsi | 510 reg-names = "mpmu", "apmu", "apbc";
|
H A D | mmp3.dtsi | 575 reg-names = "mpmu", "apmu", "apbc";
|
/openbmc/linux/arch/arm/mach-pxa/ |
H A D | pxa3xx-regs.h | 24 * Service Power Management Unit (MPMU)
|