Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsh_mmcif.h112 #define INT_CMD12CRE (1 << 24) macro
H A Dsh_mmcif.c49 sh_mmcif_write(~(INT_CMD12DRE | INT_CMD12RBE | INT_CMD12CRE | in sh_mmcif_intr()
62 sh_mmcif_write(~(INT_CMD12RBE | INT_CMD12CRE), in sh_mmcif_intr()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsh_mmcif.c98 #define INT_CMD12CRE (1 << 24) macro
125 INT_DTRANE | INT_CMD12RBE | INT_CMD12CRE)
1304 if (state & ~(INT_CMD12RBE | INT_CMD12CRE)) { in sh_mmcif_intr()