Searched refs:SDXC_INTERRUPT_ERROR_BIT (Results 1 – 1 of 1) sorted by relevance
154 #define SDXC_INTERRUPT_ERROR_BIT \ macro464 } while (!(ri & (SDXC_COMMAND_DONE | SDXC_INTERRUPT_ERROR_BIT)) && in sunxi_mmc_send_manual_stop()467 if (!(ri & SDXC_COMMAND_DONE) || (ri & SDXC_INTERRUPT_ERROR_BIT)) { in sunxi_mmc_send_manual_stop()485 if ((host->int_sum & SDXC_INTERRUPT_ERROR_BIT) == in sunxi_mmc_dump_errinfo()516 if (host->int_sum & SDXC_INTERRUPT_ERROR_BIT) { in sunxi_mmc_finalize_request()594 else if (host->int_sum & SDXC_INTERRUPT_ERROR_BIT) in sunxi_mmc_irq()1001 u32 imask = SDXC_INTERRUPT_ERROR_BIT; in sunxi_mmc_request()