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

/linux-4.1.27/drivers/mmc/host/
H A Dmxcmmc.c81 #define STATUS_WRITE_OP_DONE (1 << 12) macro
638 stat = mxcmci_poll_status(host, STATUS_WRITE_OP_DONE); mxcmci_transfer_data()
651 mxcmci_writel(host, STATUS_READ_OP_DONE | STATUS_WRITE_OP_DONE, mxcmci_datawork()
733 STATUS_WRITE_OP_DONE), mxcmci_irq()
742 if (mxcmci_use_dma(host) && (stat & (STATUS_WRITE_OP_DONE))) mxcmci_irq()
743 mxcmci_writel(host, STATUS_WRITE_OP_DONE, MMC_REG_STATUS); mxcmci_irq()
753 if (mxcmci_use_dma(host) && (stat & STATUS_WRITE_OP_DONE)) { mxcmci_irq()

Completed in 50 milliseconds