Home
last modified time | relevance | path

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

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