Home
last modified time | relevance | path

Searched refs:SDMC_CONFIG_MEM_GET (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/
H A Dboard_common.c87 #define SDMC_CONFIG_MEM_GET(x) (x & 0x3) macro
100 u32 size_conf = SDMC_CONFIG_MEM_GET(readl(0x1e6e0004)); in ast_sdmc_get_mem_size()
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/
H A Dboard_common.c115 #define SDMC_CONFIG_MEM_GET(x) (x & 0x3) macro
129 u32 size_conf = SDMC_CONFIG_MEM_GET(readl(0x1e6e0004)); in ast_sdmc_get_mem_size()