Searched refs:SDXC_INTERRUPT_ERROR_BIT (Results 1 – 1 of 1) sorted by relevance
149 #define SDXC_INTERRUPT_ERROR_BIT \ macro467 } while (!(ri & (SDXC_COMMAND_DONE | SDXC_INTERRUPT_ERROR_BIT)) && in sunxi_mmc_send_manual_stop()470 if (!(ri & SDXC_COMMAND_DONE) || (ri & SDXC_INTERRUPT_ERROR_BIT)) { in sunxi_mmc_send_manual_stop()488 if ((host->int_sum & SDXC_INTERRUPT_ERROR_BIT) == in sunxi_mmc_dump_errinfo()519 if (host->int_sum & SDXC_INTERRUPT_ERROR_BIT) { in sunxi_mmc_finalize_request()597 else if (host->int_sum & SDXC_INTERRUPT_ERROR_BIT) in sunxi_mmc_irq()1014 u32 imask = SDXC_INTERRUPT_ERROR_BIT; in sunxi_mmc_request()