Searched refs:aon (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/clk/bcm/ |
D | clk-iproc-pll.c | 165 val = readl(pll->control_base + ctrl->aon.offset); in __pll_disable() 166 val |= bit_mask(ctrl->aon.pwr_width) << ctrl->aon.pwr_shift; in __pll_disable() 167 iproc_pll_write(pll, pll->control_base, ctrl->aon.offset, val); in __pll_disable() 172 val = readl(pll->pwr_base + ctrl->aon.offset); in __pll_disable() 173 val |= 1 << ctrl->aon.iso_shift; in __pll_disable() 174 iproc_pll_write(pll, pll->pwr_base, ctrl->aon.offset, val); in __pll_disable() 177 val &= ~(bit_mask(ctrl->aon.pwr_width) << ctrl->aon.pwr_shift); in __pll_disable() 178 iproc_pll_write(pll, pll->pwr_base, ctrl->aon.offset, val); in __pll_disable() 188 val = readl(pll->control_base + ctrl->aon.offset); in __pll_enable() 189 val &= ~(bit_mask(ctrl->aon.pwr_width) << ctrl->aon.pwr_shift); in __pll_enable() [all …]
|
D | clk-ns2.c | 43 .aon = AON_VAL(0x0, 1, 15, 12), 106 .aon = AON_VAL(0x0, 2, 9, 8), 168 .aon = AON_VAL(0x0, 2, 1, 0), 230 .aon = AON_VAL(0x0, 2, 5, 4),
|
D | clk-bcm281xx.c | 69 BCM281XX_CCU_COMMON(aon, AON), 72 KONA_CLK(aon, hub_timer, peri), 74 KONA_CLK(aon, pmu_bsc, peri), 76 KONA_CLK(aon, pmu_bsc_var, peri),
|
D | clk-cygnus.c | 60 .aon = AON_VAL(0x0, 2, 1, 0), 119 .aon = AON_VAL(0x0, 2, 5, 4), 196 .aon = AON_VAL(0x0, 4, 17, 16),
|
D | clk-nsp.c | 47 .aon = AON_VAL(0x0, 1, 12, 0), 104 .aon = AON_VAL(0x0, 1, 24, 0),
|
D | clk-bcm21664.c | 51 BCM21664_CCU_COMMON(aon, AON), 58 KONA_CLK(aon, hub_timer, peri),
|
D | clk-iproc.h | 142 struct iproc_pll_aon_pwr_ctrl aon; member
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | brcm,kona-ccu.txt | 61 "brcm,bcm11351-aon-ccu" 76 aon hub_timer peri 0 BCM281XX_AON_CCU_HUB_TIMER 77 aon pmu_bsc peri 1 BCM281XX_AON_CCU_PMU_BSC 78 aon pmu_bsc_var peri 2 BCM281XX_AON_CCU_PMU_BSC_VAR 107 "brcm,bcm21664-aon-ccu" 121 aon hub_timer peri 0 BCM21664_AON_CCU_HUB_TIMER
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/omap/ |
D | prcm.txt | 22 "ti,omap5-cm-core-aon" 26 "ti,dra7-cm-core-aon"
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | bcm7445.dtsi | 146 aon-ctrl@410000 { 147 compatible = "brcm,brcmstb-aon-ctrl"; 149 reg-names = "aon-ctrl", "aon-sram";
|
D | bcm11351.dtsi | 243 compatible = "brcm,bcm11351-aon-ccu";
|
D | omap5.dtsi | 204 compatible = "ti,omap5-cm-core-aon";
|
D | dra7.dtsi | 161 compatible = "ti,dra7-cm-core-aon";
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/bcm/ |
D | brcm,brcmstb.txt | 132 - compatible : should contain "brcm,brcmstb-aon-ctrl" 137 aon-ctrl@410000 { 138 compatible = "brcm,brcmstb-aon-ctrl";
|