Searched refs:SDXC_INTERRUPT_ERROR_BIT (Results 1 – 1 of 1) sorted by relevance
148 #define SDXC_INTERRUPT_ERROR_BIT \ macro463 } while (!(ri & (SDXC_COMMAND_DONE | SDXC_INTERRUPT_ERROR_BIT)) && in sunxi_mmc_send_manual_stop()466 if (!(ri & SDXC_COMMAND_DONE) || (ri & SDXC_INTERRUPT_ERROR_BIT)) { in sunxi_mmc_send_manual_stop()484 if ((host->int_sum & SDXC_INTERRUPT_ERROR_BIT) == in sunxi_mmc_dump_errinfo()515 if (host->int_sum & SDXC_INTERRUPT_ERROR_BIT) { in sunxi_mmc_finalize_request()593 else if (host->int_sum & SDXC_INTERRUPT_ERROR_BIT) in sunxi_mmc_irq()1010 u32 imask = SDXC_INTERRUPT_ERROR_BIT; in sunxi_mmc_request()