Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dsh_mmcif.h131 #define INT_ERR_STS (INT_CMDVIO | INT_BUFVIO | INT_WDATERR | \ macro
H A Dsh_mmcif.c69 } else if (state & INT_ERR_STS) { in sh_mmcif_intr()
/openbmc/linux/drivers/mmc/host/
H A Dsh_mmcif.c117 #define INT_ERR_STS (INT_CMDVIO | INT_BUFVIO | INT_WDATERR | \ macro
159 #define MASK_CLEAN (INT_ERR_STS | MASK_MRBSYE | MASK_MCRSPE | \
1301 if (state & INT_ERR_STS || state & ~INT_ALL) { in sh_mmcif_intr()