Searched refs:apmu (Results 1 – 9 of 9) sorted by relevance
| /linux-4.1.27/drivers/clk/mmp/ |
| D | clk-apmu.c | 32 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 …]
|
| D | Makefile | 5 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/ |
| D | marvell,mmp2.txt | 13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
|
| D | marvell,pxa168.txt | 13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
|
| D | marvell,pxa910.txt | 13 "mpmu", "apmu", "apbc", "apbcp". So four reg spaces need to be defined.
|
| /linux-4.1.27/arch/arm/mach-shmobile/ |
| D | Makefile | 33 obj-$(CONFIG_ARCH_RCAR_GEN2) += setup-rcar-gen2.o platsmp-apmu.o $(cpu-y)
|
| /linux-4.1.27/arch/arm/boot/dts/ |
| D | pxa168.dtsi | 153 reg-names = "mpmu", "apmu", "apbc";
|
| D | pxa910.dtsi | 170 reg-names = "mpmu", "apmu", "apbc", "apbcp";
|
| D | mmp2.dtsi | 249 reg-names = "mpmu", "apmu", "apbc";
|