| /linux/drivers/clk/bcm/ |
| H A D | clk-iproc-pll.c | 187 val = readl(pll->control_base + ctrl->aon.offset); in __pll_disable() 188 val |= bit_mask(ctrl->aon.pwr_width) << ctrl->aon.pwr_shift; in __pll_disable() 189 iproc_pll_write(pll, pll->control_base, ctrl->aon.offset, val); in __pll_disable() 194 val = readl(pll->pwr_base + ctrl->aon.offset); in __pll_disable() 195 val |= 1 << ctrl->aon.iso_shift; in __pll_disable() 196 iproc_pll_write(pll, pll->pwr_base, ctrl->aon.offset, val); in __pll_disable() 199 val &= ~(bit_mask(ctrl->aon.pwr_width) << ctrl->aon.pwr_shift); in __pll_disable() 200 iproc_pll_write(pll, pll->pwr_base, ctrl->aon.offset, val); in __pll_disable() 210 val = readl(pll->control_base + ctrl->aon.offset); in __pll_enable() 211 val &= ~(bit_mask(ctrl->aon.pwr_width) << ctrl->aon.pwr_shift); in __pll_enable() [all …]
|
| H A D | clk-sr.c | 37 .aon = AON_VAL(0x0, 5, 1, 0), 97 .aon = AON_VAL(0x0, 1, 13, 12), 156 .aon = AON_VAL(0x0, 1, 19, 18), 191 .aon = AON_VAL(0x0, 1, 25, 24), 245 .aon = AON_VAL(0x0, 1, 1, 0), 283 .aon = AON_VAL(0x0, 2, 19, 18), 328 .aon = AON_VAL(0x0, 2, 22, 21), 367 .aon = AON_VAL(0x0, 2, 25, 24),
|
| H A D | clk-ns2.c | 33 .aon = AON_VAL(0x0, 1, 15, 12), 96 .aon = AON_VAL(0x0, 1, 11, 10), 158 .aon = AON_VAL(0x0, 2, 1, 0), 220 .aon = AON_VAL(0x0, 2, 5, 4),
|
| H A D | clk-bcm281xx.c | 61 BCM281XX_CCU_COMMON(aon, AON), 64 KONA_CLK(aon, hub_timer, peri), 66 KONA_CLK(aon, pmu_bsc, peri), 68 KONA_CLK(aon, pmu_bsc_var, peri),
|
| H A D | clk-nsp.c | 37 .aon = AON_VAL(0x0, 1, 12, 0), 94 .aon = AON_VAL(0x0, 1, 24, 0),
|
| H A D | clk-cygnus.c | 50 .aon = AON_VAL(0x0, 2, 1, 0), 109 .aon = AON_VAL(0x0, 2, 5, 4), 186 .aon = AON_VAL(0x0, 4, 17, 16),
|
| H A D | clk-bcm21664.c | 43 BCM21664_CCU_COMMON(aon, AON), 50 KONA_CLK(aon, hub_timer, peri),
|
| H A D | clk-iproc.h | 157 struct iproc_pll_aon_pwr_ctrl aon; member
|
| /linux/Documentation/devicetree/bindings/mips/brcm/ |
| H A D | soc.txt | 28 "brcm,bcm7425-aon-ctrl" 29 "brcm,bcm7429-aon-ctrl" 30 "brcm,bcm7435-aon-ctrl" and 31 "brcm,brcmstb-aon-ctrl" 37 compatible = "brcm,bcm7425-aon-ctrl", "brcm,brcmstb-aon-ctrl";
|
| /linux/Documentation/devicetree/bindings/arm/omap/ |
| H A D | prcm.txt | 22 "ti,omap5-cm-core-aon" 26 "ti,dra7-cm-core-aon"
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm7445.dtsi | 145 aon-ctrl@410000 { 146 compatible = "brcm,brcmstb-aon-ctrl"; 148 reg-names = "aon-ctrl", "aon-sram";
|
| H A D | bcm2166x-common.dtsi | 306 compatible = "brcm,bcm21664-aon-ccu";
|
| H A D | bcm11351.dtsi | 231 compatible = "brcm,bcm11351-aon-ccu";
|
| /linux/drivers/pinctrl/starfive/ |
| H A D | Makefile | 7 obj-$(CONFIG_PINCTRL_STARFIVE_JH7110_AON) += pinctrl-starfive-jh7110-aon.o
|
| /linux/drivers/clk/starfive/ |
| H A D | Makefile | 9 obj-$(CONFIG_CLK_STARFIVE_JH7110_AON) += clk-starfive-jh7110-aon.o
|
| /linux/Documentation/devicetree/bindings/arm/bcm/ |
| H A D | brcm,brcmstb.txt | 134 - compatible : should contain "brcm,brcmstb-aon-ctrl" 139 aon-ctrl@410000 { 140 compatible = "brcm,brcmstb-aon-ctrl";
|
| /linux/arch/mips/boot/dts/brcm/ |
| H A D | bcm7360.dtsi | 230 compatible = "brcm,brcmstb-aon-ctrl"; 232 reg-names = "aon-ctrl", "aon-sram";
|
| H A D | bcm7362.dtsi | 226 compatible = "brcm,brcmstb-aon-ctrl"; 228 reg-names = "aon-ctrl", "aon-sram";
|
| H A D | bcm7346.dtsi | 254 compatible = "brcm,brcmstb-aon-ctrl"; 256 reg-names = "aon-ctrl", "aon-sram";
|
| H A D | bcm7435.dtsi | 268 compatible = "brcm,brcmstb-aon-ctrl"; 270 reg-names = "aon-ctrl", "aon-sram";
|
| H A D | bcm7425.dtsi | 253 compatible = "brcm,brcmstb-aon-ctrl"; 255 reg-names = "aon-ctrl", "aon-sram";
|
| /linux/drivers/firmware/ |
| H A D | Makefile | 21 obj-$(CONFIG_TH1520_AON_PROTOCOL) += thead,th1520-aon.o
|
| /linux/arch/riscv/boot/dts/thead/ |
| H A D | th1520.dtsi | 253 aon: aon { label 254 compatible = "thead,th1520-aon"; 256 mbox-names = "aon"; 571 power-domains = <&aon TH1520_GPU_PD>;
|
| /linux/arch/arm64/boot/dts/broadcom/ |
| H A D | bcm2712-rpi-5-b-base.dtsi | 148 emmc_aon_cd_default: emmc-aon-cd-default-state {
|
| /linux/arch/arm64/boot/dts/sprd/ |
| H A D | ums512.dtsi | 321 compatible = "sprd,ums512-aon-gate"; 873 aon: bus@32000000 { label
|