Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/
H A Dsh_sdhi.h133 #define ERR_STS2_SYS_ERROR ((1 << 6) | (1 << 5) | (1 << 4) | \ macro
/openbmc/u-boot/drivers/mmc/
H A Dsh_sdhi.c243 if (e_state2 & ERR_STS2_SYS_ERROR) { in sh_sdhi_error_manage()