Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/mmp/
Dclk-apmu.c32 struct clk_apmu *apmu = to_clk_apmu(hw); in clk_apmu_enable() local
36 if (apmu->lock) in clk_apmu_enable()
37 spin_lock_irqsave(apmu->lock, flags); in clk_apmu_enable()
39 data = readl_relaxed(apmu->base) | apmu->enable_mask; in clk_apmu_enable()
40 writel_relaxed(data, apmu->base); in clk_apmu_enable()
42 if (apmu->lock) in clk_apmu_enable()
43 spin_unlock_irqrestore(apmu->lock, flags); in clk_apmu_enable()
50 struct clk_apmu *apmu = to_clk_apmu(hw); in clk_apmu_disable() local
54 if (apmu->lock) in clk_apmu_disable()
55 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.1.27/Documentation/devicetree/bindings/clock/
Dmarvell,mmp2.txt13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
Dmarvell,pxa168.txt13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
Dmarvell,pxa910.txt13 "mpmu", "apmu", "apbc", "apbcp". So four reg spaces need to be defined.
/linux-4.1.27/arch/arm/mach-shmobile/
DMakefile33 obj-$(CONFIG_ARCH_RCAR_GEN2) += setup-rcar-gen2.o platsmp-apmu.o $(cpu-y)
/linux-4.1.27/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";