Searched refs:AT91_MCI_BLKE (Results 1 – 2 of 2) sorted by relevance
92 #define AT91_MCI_BLKE (1 << 3) /* Data Block Ended */ macro
353 at91_mci_write(host, AT91_MCI_IER, AT91_MCI_BLKE); in at91_mci_handle_transmitted()394 at91_mci_write(host, AT91_MCI_IER, AT91_MCI_TXBUFE | AT91_MCI_BLKE); in at91_mci_handle_cmdrdy()829 if (int_status & AT91_MCI_BLKE) { in at91_mci_irq()