Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/
H A Dsh_sdhi.h125 #define ERR_STS1_CRC_ERROR ((1 << 11) | (1 << 10) | (1 << 9) | \ macro
/openbmc/u-boot/drivers/mmc/
H A Dsh_sdhi.c256 if (e_state1 & ERR_STS1_CRC_ERROR || e_state1 & ERR_STS1_CMD_ERROR) in sh_sdhi_error_manage()