/openbmc/u-boot/drivers/clk/aspeed/ |
H A D | clk_ast2500.c | 52 extern u32 ast2500_get_clkin(struct ast2500_scu *scu) in ast2500_get_clkin() 62 extern u32 ast2500_get_mpll_rate(struct ast2500_scu *scu) in ast2500_get_mpll_rate() 80 extern u32 ast2500_get_hpll_rate(struct ast2500_scu *scu) in ast2500_get_hpll_rate() 99 extern u32 ast2500_get_dpll_rate(struct ast2500_scu *scu) in ast2500_get_dpll_rate() 116 extern u32 ast2500_get_d2pll_rate(struct ast2500_scu *scu) in ast2500_get_d2pll_rate() 133 static u32 ast2500_get_hclk(struct ast2500_scu *scu) in ast2500_get_hclk() 146 static u32 ast2500_get_pclk(struct ast2500_scu *scu) in ast2500_get_pclk() 157 static u32 ast2500_get_sdio_clk_rate(struct ast2500_scu *scu) in ast2500_get_sdio_clk_rate() 168 static u32 ast2500_get_uart_clk_rate(struct ast2500_scu *scu, int uart_idx) in ast2500_get_uart_clk_rate() 329 static ulong ast2500_configure_ddr(struct ast2500_scu *scu, ulong rate) in ast2500_configure_ddr() [all …]
|
H A D | clk_ast2600.c | 216 extern u32 ast2600_get_pll_rate(struct ast2600_scu *scu, int pll_idx) in ast2600_get_pll_rate() 271 extern u32 ast2600_get_apll_rate(struct ast2600_scu *scu) in ast2600_get_apll_rate() 337 static u32 ast2600_get_hclk(struct ast2600_scu *scu) in ast2600_get_hclk() 374 static u32 ast2600_get_bclk_rate(struct ast2600_scu *scu) in ast2600_get_bclk_rate() 392 static u32 ast2600_get_pclk1(struct ast2600_scu *scu) in ast2600_get_pclk1() 401 static u32 ast2600_get_pclk2(struct ast2600_scu *scu) in ast2600_get_pclk2() 410 static u32 ast2600_get_uxclk_in_rate(struct ast2600_scu *scu) in ast2600_get_uxclk_in_rate() 434 static u32 ast2600_get_huxclk_in_rate(struct ast2600_scu *scu) in ast2600_get_huxclk_in_rate() 458 static u32 ast2600_get_uart_uxclk_rate(struct ast2600_scu *scu) in ast2600_get_uart_uxclk_rate() 472 static u32 ast2600_get_uart_huxclk_rate(struct ast2600_scu *scu) in ast2600_get_uart_huxclk_rate() [all …]
|
H A D | clk_ast2400.c | 37 extern u32 ast2400_get_clkin(struct ast2400_scu *scu) in ast2400_get_clkin() 61 extern u32 ast2400_get_mpll_rate(struct ast2400_scu *scu) in ast2400_get_mpll_rate() 91 extern u32 ast2400_get_hpll_rate(struct ast2400_scu *scu) in ast2400_get_hpll_rate() 142 extern u32 ast2400_get_d2pll_rate(struct ast2400_scu *scu) in ast2400_get_d2pll_rate() 177 static u32 ast2400_get_hclk(struct ast2400_scu *scu) in ast2400_get_hclk() 188 static u32 ast2400_get_pclk(struct ast2400_scu *scu) in ast2400_get_pclk() 199 static u32 ast2400_get_sdio_clk_rate(struct ast2400_scu *scu) in ast2400_get_sdio_clk_rate() 210 static u32 ast2400_get_uart_clk_rate(struct ast2400_scu *scu, int uart_idx) in ast2400_get_uart_clk_rate() 355 static ulong ast2400_configure_ddr(struct ast2400_scu *scu, ulong rate) in ast2400_configure_ddr() 399 static ulong ast2400_configure_mac(struct ast2400_scu *scu, int index) in ast2400_configure_mac() [all …]
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | scu.c | 33 struct scu { struct 38 * scu_ipc_send_command() - send command to SCU argument 124 struct scu *scu; in scu_ipc_raw_command() local 169 struct scu *scu; in scu_ipc_simple_command() local 196 struct scu *scu; in scu_ipc_command() local 211 struct scu *scu = dev_get_priv(dev); in scu_ipc_probe() local
|
/openbmc/u-boot/drivers/reset/aspeed/ |
H A D | reset-ast2600.c | 18 struct ast2600_scu *scu; member 24 struct ast2600_scu *scu = priv->scu; in ast2600_reset_deassert() local 39 struct ast2600_scu *scu = priv->scu; in ast2600_reset_assert() local
|
H A D | reset-ast2500.c | 18 struct ast2500_scu *scu; member 24 struct ast2500_scu *scu = priv->scu; in ast2500_reset_deassert() local 40 struct ast2500_scu *scu = priv->scu; in ast2500_reset_assert() local
|
H A D | reset-ast2400.c | 15 struct ast2400_scu *scu; member 21 struct ast2400_scu *scu = priv->scu; in ast2400_reset_deassert() local 33 struct ast2400_scu *scu = priv->scu; in ast2400_reset_assert() local
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | ast2400-u-boot.dtsi | 7 scu: clock-controller@1e6e2000 { label
|
H A D | ast2600-u-boot.dtsi | 7 scu: clock-controller@1e6e2000 { label
|
H A D | ast2500-u-boot.dtsi | 7 scu: clock-controller@1e6e2000 { label
|
H A D | socfpga_arria10.dtsi | 773 scu: snoop-control-unit@ffffc000 { label
|
H A D | socfpga.dtsi | 781 scu: snoop-control-unit@fffec000 { label
|
/openbmc/u-boot/arch/x86/dts/ |
H A D | edison.dts | 102 scu: ipc@ff009000 { label
|
/openbmc/qemu/include/hw/cpu/ |
H A D | arm11mpcore.h | 29 ARM11SCUState scu; member
|
H A D | a9mpcore.h | 32 A9SCUState scu; member
|
/openbmc/u-boot/arch/arm/mach-tegra/ |
H A D | ap.c | 113 struct scu_ctlr *scu = (struct scu_ctlr *)NV_PA_ARM_PERIPHBASE; in enable_scu() local
|
/openbmc/qemu/include/hw/watchdog/ |
H A D | wdt_aspeed.h | 37 AspeedSCUState *scu; global() member
|
/openbmc/u-boot/drivers/pinctrl/aspeed/ |
H A D | pinctrl_ast2500.c | 21 struct ast2500_scu *scu; member
|
H A D | pinctrl_ast2400.c | 18 struct ast2400_scu *scu; member
|
H A D | pinctrl_ast2600.c | 22 struct ast2600_scu *scu; member
|
/openbmc/qemu/include/hw/timer/ |
H A D | aspeed_timer.h | 67 AspeedSCUState *scu; member
|
/openbmc/u-boot/arch/arm/mach-imx/mx6/ |
H A D | soc.c | 62 struct scu_regs *scu = (struct scu_regs *)SCU_BASE_ADDR; in get_nr_cpus() local 75 struct scu_regs *scu = (struct scu_regs *)SCU_BASE_ADDR; in get_cpu_rev() local
|
/openbmc/u-boot/drivers/ram/aspeed/ |
H A D | sdram_ast2500.c | 86 struct ast2500_scu *scu; member
|
H A D | sdram_ast2600.c | 199 void __iomem *scu; member
|
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/ |
H A D | scu_ast2400.h | 115 struct ast2400_scu *scu; member
|