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

/linux-4.1.27/drivers/mmc/host/
H A Datmel-mci.c729 atmci_writel(host, ATMCI_IER, ATMCI_CMDRDY); atmci_send_stop_cmd()
893 atmci_writel(host, ATMCI_IER, ATMCI_NOTBUSY); atmci_dma_complete()
1104 atmci_writel(host, ATMCI_IER, ATMCI_NOTBUSY); atmci_stop_transfer()
1127 atmci_writel(host, ATMCI_IER, ATMCI_NOTBUSY); atmci_stop_transfer_dma()
1163 atmci_writel(host, ATMCI_IER, iflags); atmci_start_request()
1229 atmci_writel(host, ATMCI_IER, iflags); atmci_start_request()
1466 atmci_writel(host, ATMCI_IER, slot->sdio_irq); atmci_enable_sdio_irq()
1709 atmci_writel(host, ATMCI_IER, ATMCI_NOTBUSY); atmci_tasklet_func()
1744 atmci_writel(host, ATMCI_IER, ATMCI_NOTBUSY); atmci_tasklet_func()
1747 atmci_writel(host, ATMCI_IER, ATMCI_CMDRDY); atmci_tasklet_func()
1780 atmci_writel(host, ATMCI_IER, atmci_tasklet_func()
1819 atmci_writel(host, ATMCI_IER, ATMCI_NOTBUSY); atmci_tasklet_func()
1916 atmci_writel(host, ATMCI_IER, ATMCI_NOTBUSY); atmci_read_data_pio()
1986 atmci_writel(host, ATMCI_IER, ATMCI_NOTBUSY); atmci_write_data_pio()
2043 atmci_writel(host, ATMCI_IER, ATMCI_ENDTX); atmci_interrupt()
2044 atmci_writel(host, ATMCI_IER, ATMCI_TXBUFE); atmci_interrupt()
2055 atmci_writel(host, ATMCI_IER, ATMCI_ENDTX); atmci_interrupt()
2070 atmci_writel(host, ATMCI_IER, ATMCI_ENDRX); atmci_interrupt()
2071 atmci_writel(host, ATMCI_IER, ATMCI_RXBUFF); atmci_interrupt()
2082 atmci_writel(host, ATMCI_IER, ATMCI_ENDRX); atmci_interrupt()
H A Datmel-mci-regs.h83 #define ATMCI_IER 0x0044 /* Interrupt Enable */ macro

Completed in 220 milliseconds