Home
last modified time | relevance | path

Searched refs:apmu (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/clk/mmp/
Dclk-apmu.c31 struct clk_apmu *apmu = to_clk_apmu(hw); in clk_apmu_enable() local
35 if (apmu->lock) in clk_apmu_enable()
36 spin_lock_irqsave(apmu->lock, flags); in clk_apmu_enable()
38 data = readl_relaxed(apmu->base) | apmu->enable_mask; in clk_apmu_enable()
39 writel_relaxed(data, apmu->base); in clk_apmu_enable()
41 if (apmu->lock) in clk_apmu_enable()
42 spin_unlock_irqrestore(apmu->lock, flags); in clk_apmu_enable()
49 struct clk_apmu *apmu = to_clk_apmu(hw); in clk_apmu_disable() local
53 if (apmu->lock) in clk_apmu_disable()
54 spin_lock_irqsave(apmu->lock, flags); in clk_apmu_disable()
[all …]
DMakefile5 obj-y += clk-apbc.o clk-apmu.o clk-frac.o clk-mix.o clk-gate.o clk.o
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dmarvell,pxa910.txt13 "mpmu", "apmu", "apbc", "apbcp". So four reg spaces need to be defined.
Dmarvell,pxa168.txt13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
Dmarvell,mmp2.txt13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
Dmarvell,pxa1928.txt10 - "marvell,pxa1928-apmu" - APMU controller compatible
/linux-4.4.14/arch/arm/mach-shmobile/
DMakefile25 obj-$(CONFIG_ARCH_RCAR_GEN2) += setup-rcar-gen2.o platsmp-apmu.o $(cpu-y)
/linux-4.4.14/arch/arm/boot/dts/
Dpxa168.dtsi153 reg-names = "mpmu", "apmu", "apbc";
Dpxa910.dtsi170 reg-names = "mpmu", "apmu", "apbc", "apbcp";
Dmmp2.dtsi249 reg-names = "mpmu", "apmu", "apbc";