Searched refs:apmu (Results 1 – 10 of 10) sorted by relevance
| /linux-4.4.14/drivers/clk/mmp/ |
| D | clk-apmu.c | 31 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 …]
|
| D | Makefile | 5 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/ |
| D | marvell,pxa910.txt | 13 "mpmu", "apmu", "apbc", "apbcp". So four reg spaces need to be defined.
|
| D | marvell,pxa168.txt | 13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
|
| D | marvell,mmp2.txt | 13 "mpmu", "apmu", "apbc". So three reg spaces need to be defined.
|
| D | marvell,pxa1928.txt | 10 - "marvell,pxa1928-apmu" - APMU controller compatible
|
| /linux-4.4.14/arch/arm/mach-shmobile/ |
| D | Makefile | 25 obj-$(CONFIG_ARCH_RCAR_GEN2) += setup-rcar-gen2.o platsmp-apmu.o $(cpu-y)
|
| /linux-4.4.14/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";
|