Home
last modified time | relevance | path

Searched refs:ast2500_scu (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dscu_ast2500.h143 struct ast2500_scu *scu;
146 struct ast2500_scu { struct
234 void ast_scu_unlock(struct ast2500_scu *scu);
241 void ast_scu_lock(struct ast2500_scu *scu);
/OK3568_Linux_fs/u-boot/drivers/clk/aspeed/
H A Dclk_ast2500.c79 static ulong ast2500_get_clkin(struct ast2500_scu *scu) in ast2500_get_clkin()
93 static ulong ast2500_get_uart_clk_rate(struct ast2500_scu *scu, int uart_index) in ast2500_get_uart_clk_rate()
221 static ulong ast2500_configure_ddr(struct ast2500_scu *scu, ulong rate) in ast2500_configure_ddr()
247 static ulong ast2500_configure_mac(struct ast2500_scu *scu, int index) in ast2500_configure_mac()
317 static ulong ast2500_configure_d2pll(struct ast2500_scu *scu, ulong rate) in ast2500_configure_d2pll()
/OK3568_Linux_fs/u-boot/arch/arm/mach-aspeed/ast2500/
H A Dclk_ast2500.c33 void ast_scu_unlock(struct ast2500_scu *scu) in ast_scu_unlock()
40 void ast_scu_lock(struct ast2500_scu *scu) in ast_scu_lock()
H A Dsdram_ast2500.c71 struct ast2500_scu *scu;
/OK3568_Linux_fs/u-boot/drivers/pinctrl/aspeed/
H A Dpinctrl_ast2500.c24 struct ast2500_scu *scu;
/OK3568_Linux_fs/u-boot/drivers/reset/
H A Dast2500-reset.c22 struct ast2500_scu *scu;
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dast_i2c.c111 struct ast2500_scu *scu; in ast_i2c_probe()