Home
last modified time | relevance | path

Searched refs:ast_get_scu (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/arch/arm/mach-aspeed/ast2500/
Dclk_ast2500.c17 void *ast_get_scu(void) in ast_get_scu() function
Dsdram_ast2500.c341 priv->scu = ast_get_scu(); in ast2500_sdrammc_probe()
/external/u-boot/drivers/pinctrl/aspeed/
Dpinctrl_ast2500.c28 priv->scu = ast_get_scu(); in ast2500_pinctrl_probe()
/external/u-boot/drivers/reset/
Dast2500-reset.c80 priv->scu = ast_get_scu(); in ast2500_reset_probe()
/external/u-boot/arch/arm/include/asm/arch-aspeed/
Dscu_ast2500.h226 void *ast_get_scu(void);
/external/u-boot/drivers/i2c/
Dast_i2c.c117 scu = ast_get_scu(); in ast_i2c_probe()