Home
last modified time | relevance | path

Searched defs:scu (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/u-boot/drivers/clk/aspeed/
H A Dclk_ast2500.c52 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 Dclk_ast2600.c216 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 Dclk_ast2400.c37 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 Dscu.c33 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 Dreset-ast2600.c18 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 Dreset-ast2500.c18 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 Dreset-ast2400.c15 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 Dast2400-u-boot.dtsi7 scu: clock-controller@1e6e2000 { label
H A Dast2600-u-boot.dtsi7 scu: clock-controller@1e6e2000 { label
H A Dast2500-u-boot.dtsi7 scu: clock-controller@1e6e2000 { label
H A Dsocfpga_arria10.dtsi773 scu: snoop-control-unit@ffffc000 { label
H A Dsocfpga.dtsi781 scu: snoop-control-unit@fffec000 { label
/openbmc/u-boot/arch/x86/dts/
H A Dedison.dts102 scu: ipc@ff009000 { label
/openbmc/qemu/include/hw/cpu/
H A Darm11mpcore.h29 ARM11SCUState scu; member
H A Da9mpcore.h32 A9SCUState scu; member
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dap.c113 struct scu_ctlr *scu = (struct scu_ctlr *)NV_PA_ARM_PERIPHBASE; in enable_scu() local
/openbmc/qemu/include/hw/watchdog/
H A Dwdt_aspeed.h37 AspeedSCUState *scu; global() member
/openbmc/u-boot/drivers/pinctrl/aspeed/
H A Dpinctrl_ast2500.c21 struct ast2500_scu *scu; member
H A Dpinctrl_ast2400.c18 struct ast2400_scu *scu; member
H A Dpinctrl_ast2600.c22 struct ast2600_scu *scu; member
/openbmc/qemu/include/hw/timer/
H A Daspeed_timer.h67 AspeedSCUState *scu; member
/openbmc/u-boot/arch/arm/mach-imx/mx6/
H A Dsoc.c62 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 Dsdram_ast2500.c86 struct ast2500_scu *scu; member
H A Dsdram_ast2600.c199 void __iomem *scu; member
/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dscu_ast2400.h115 struct ast2400_scu *scu; member

12