Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/
H A Dboard_common.c116 #define SDMC_CONFIG_ECC_STATUS_GET(x) ((x) & BIT(7)) macro
153 u32 ecc_status = SDMC_CONFIG_ECC_STATUS_GET(readl(0x1e6e0004)); in ast_sdmc_is_ecc_on()