Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsh_mmcif.c30 sh_mmcif_write(~(INT_RBSYE | INT_CRSPE), &host->regs->ce_int); in sh_mmcif_intr()
33 } else if (state & INT_CRSPE) { in sh_mmcif_intr()
34 sh_mmcif_write(~INT_CRSPE, &host->regs->ce_int); in sh_mmcif_intr()
H A Dsh_mmcif.h119 #define INT_CRSPE (1 << 16) macro
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsh_mmcif.c105 #define INT_CRSPE (1 << 16) macro
123 #define INT_ALL (INT_RBSYE | INT_CRSPE | INT_BUFREN | \