Searched refs:SDXC_INTERRUPT_ERROR_BIT (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mmc/host/
H A Dsunxi-mmc.c149 #define SDXC_INTERRUPT_ERROR_BIT \ macro
468 } while (!(ri & (SDXC_COMMAND_DONE | SDXC_INTERRUPT_ERROR_BIT)) &&
471 if (!(ri & SDXC_COMMAND_DONE) || (ri & SDXC_INTERRUPT_ERROR_BIT)) {
489 if ((host->int_sum & SDXC_INTERRUPT_ERROR_BIT) ==
520 if (host->int_sum & SDXC_INTERRUPT_ERROR_BIT) {
598 else if (host->int_sum & SDXC_INTERRUPT_ERROR_BIT)
1015 u32 imask = SDXC_INTERRUPT_ERROR_BIT;

Completed in 217 milliseconds