Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsh_mmcif.h132 #define INT_ERR_STS (INT_CMDVIO | INT_BUFVIO | INT_WDATERR | \ macro
H A Dsh_mmcif.c66 } else if (state & INT_ERR_STS) { in sh_mmcif_intr()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsh_mmcif.c118 #define INT_ERR_STS (INT_CMDVIO | INT_BUFVIO | INT_WDATERR | \ macro
160 #define MASK_CLEAN (INT_ERR_STS | MASK_MRBSYE | MASK_MCRSPE | \
1300 if (state & INT_ERR_STS || state & ~INT_ALL) { in sh_mmcif_intr()