| /kernel/linux/linux-5.10/drivers/clk/mmp/ |
| D | clk-apbc.c | 37 struct clk_apbc *apbc = to_clk_apbc(hw); in clk_apbc_prepare() local 45 if (apbc->lock) in clk_apbc_prepare() 46 spin_lock_irqsave(apbc->lock, flags); in clk_apbc_prepare() 48 data = readl_relaxed(apbc->base); in clk_apbc_prepare() 49 if (apbc->flags & APBC_POWER_CTRL) in clk_apbc_prepare() 52 writel_relaxed(data, apbc->base); in clk_apbc_prepare() 54 if (apbc->lock) in clk_apbc_prepare() 55 spin_unlock_irqrestore(apbc->lock, flags); in clk_apbc_prepare() 57 udelay(apbc->delay); in clk_apbc_prepare() 59 if (apbc->lock) in clk_apbc_prepare() [all …]
|
| D | Makefile | 6 obj-y += clk-apbc.o clk-apmu.o clk-frac.o clk-mix.o clk-gate.o clk.o
|
| D | clk-of-pxa1928.c | 257 pr_err("failed to map apbc registers\n"); in pxa1928_apbc_clk_init() 267 CLK_OF_DECLARE(pxa1928_apbc_clk, "marvell,pxa1928-apbc", pxa1928_apbc_clk_init);
|
| D | clk-pxa910.c | 91 pr_err("error to ioremap APBC extension base\n"); in pxa910_clk_init() 97 pr_err("error to ioremap APBC base\n"); in pxa910_clk_init()
|
| D | clk-pxa168.c | 92 pr_err("error to ioremap APBC base\n"); in pxa168_clk_init()
|
| D | clk-of-pxa168.c | 274 pr_err("failed to map apbc registers\n"); in pxa168_clk_init()
|
| /kernel/linux/linux-6.6/drivers/clk/mmp/ |
| D | clk-apbc.c | 34 struct clk_apbc *apbc = to_clk_apbc(hw); in clk_apbc_prepare() local 42 if (apbc->lock) in clk_apbc_prepare() 43 spin_lock_irqsave(apbc->lock, flags); in clk_apbc_prepare() 45 data = readl_relaxed(apbc->base); in clk_apbc_prepare() 46 if (apbc->flags & APBC_POWER_CTRL) in clk_apbc_prepare() 49 writel_relaxed(data, apbc->base); in clk_apbc_prepare() 51 if (apbc->lock) in clk_apbc_prepare() 52 spin_unlock_irqrestore(apbc->lock, flags); in clk_apbc_prepare() 54 udelay(apbc->delay); in clk_apbc_prepare() 56 if (apbc->lock) in clk_apbc_prepare() [all …]
|
| D | Makefile | 6 obj-y += clk-apbc.o clk-apmu.o clk-frac.o clk-mix.o clk-gate.o clk.o
|
| D | clk-of-pxa1928.c | 257 pr_err("failed to map apbc registers\n"); in pxa1928_apbc_clk_init() 267 CLK_OF_DECLARE(pxa1928_apbc_clk, "marvell,pxa1928-apbc", pxa1928_apbc_clk_init);
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
| D | marvell,pxa1928.txt | 5 blocks called APMU, MPMU, and APBC roughly corresponding to internal buses. 12 - "marvell,pxa1928-apbc" - APBC controller compatible
|
| D | marvell,mmp2-clock.yaml | 31 - description: APBC register region 37 - const: apbc 65 reg-names = "mpmu", "apmu", "apbc";
|
| 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.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/ |
| D | marvell,pxa1928.txt | 5 blocks called APMU, MPMU, and APBC roughly corresponding to internal buses. 12 - "marvell,pxa1928-apbc" - APBC controller compatible
|
| D | marvell,mmp2-clock.yaml | 31 - description: APBC register region 37 - const: apbc 65 reg-names = "mpmu", "apmu", "apbc";
|
| 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.
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | pxa168.dtsi | 159 reg-names = "mpmu", "apmu", "apbc";
|
| D | pxa910.dtsi | 172 reg-names = "mpmu", "apmu", "apbc", "apbcp";
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/marvell/ |
| D | pxa168.dtsi | 161 reg-names = "mpmu", "apmu", "apbc";
|
| D | pxa910.dtsi | 172 reg-names = "mpmu", "apmu", "apbc", "apbcp";
|
| /kernel/linux/linux-5.10/arch/arm/mach-mmp/ |
| D | time.c | 34 #include "regs-apbc.h"
|
| D | pxa910.c | 20 #include "regs-apbc.h"
|
| D | pxa168.c | 28 #include "regs-apbc.h"
|
| D | mmp2.c | 22 #include "regs-apbc.h"
|