Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dsh_mmcif.c53 INT_BUFRE), &host->regs->ce_int); in sh_mmcif_intr()
56 } else if (state & INT_BUFRE) { in sh_mmcif_intr()
57 sh_mmcif_write(~INT_BUFRE, &host->regs->ce_int); in sh_mmcif_intr()
Dsh_mmcif.h113 #define INT_BUFRE (1 << 22) macro