/openbmc/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
|
/openbmc/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";
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | brcm,kona-ccu.txt | 60 "brcm,bcm11351-aon-ccu" 75 aon hub_timer peri 0 BCM281XX_AON_CCU_HUB_TIMER 76 aon pmu_bsc peri 1 BCM281XX_AON_CCU_PMU_BSC 77 aon pmu_bsc_var peri 2 BCM281XX_AON_CCU_PMU_BSC_VAR 106 "brcm,bcm21664-aon-ccu" 120 aon hub_timer peri 0 BCM21664_AON_CCU_HUB_TIMER
|
H A D | sprd,sc9860-clk.txt | 9 - "sprd,sc9860-aon-prediv" 11 - "sprd,sc9860-aon-gate"
|
/openbmc/qemu/hw/riscv/ |
H A D | sifive_e.c | 188 object_initialize_child(obj, "riscv.sifive.e.aon", &s->aon, in type_init() 232 if (!sysbus_realize(SYS_BUS_DEVICE(&s->aon), errp)) { in sifive_e_soc_realize() 237 sysbus_mmio_map(SYS_BUS_DEVICE(&s->aon), 0, memmap[SIFIVE_E_DEV_AON].base); in sifive_e_soc_realize() 257 sysbus_connect_irq(SYS_BUS_DEVICE(&s->aon), 0, in sifive_e_soc_realize()
|
/openbmc/linux/Documentation/devicetree/bindings/arm/omap/ |
H A D | prcm.txt | 22 "ti,omap5-cm-core-aon" 26 "ti,dra7-cm-core-aon"
|
/openbmc/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";
|
/openbmc/linux/drivers/pinctrl/starfive/ |
H A D | Makefile | 7 obj-$(CONFIG_PINCTRL_STARFIVE_JH7110_AON) += pinctrl-starfive-jh7110-aon.o
|
/openbmc/linux/drivers/clk/starfive/ |
H A D | Makefile | 9 obj-$(CONFIG_CLK_STARFIVE_JH7110_AON) += clk-starfive-jh7110-aon.o
|
/openbmc/qemu/include/hw/riscv/ |
H A D | sifive_e.h | 39 SiFiveEAONState aon; member
|
/openbmc/linux/arch/arm64/boot/dts/sprd/ |
H A D | sc9860.dtsi | 210 aon_prediv: aon-prediv { 211 compatible = "sprd,sc9860-aon-prediv"; 225 aon_gate: aon-gate { 226 compatible = "sprd,sc9860-aon-gate";
|
/openbmc/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";
|
/openbmc/linux/arch/mips/boot/dts/brcm/ |
H A D | bcm7362.dtsi | 226 compatible = "brcm,brcmstb-aon-ctrl"; 228 reg-names = "aon-ctrl", "aon-sram";
|
H A D | bcm7360.dtsi | 230 compatible = "brcm,brcmstb-aon-ctrl"; 232 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";
|
/openbmc/u-boot/doc/device-tree-bindings/gpio/ |
H A D | nvidia,tegra186-gpio.txt | 70 - "nvidia,tegra186-gpio-aon". 93 - "nvidia,tegra186-gpio-aon": 1 entry. 150 compatible = "nvidia,tegra186-gpio-aon";
|