Searched refs:atmci_readl (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/mmc/host/ |
H A D | atmel-mci-regs.h | 139 #define atmci_readl(port, reg) \ macro 144 #define atmci_readl(port, reg) \ macro
|
H A D | atmel-mci.c | 585 return atmci_readl(host, ATMCI_VERSION) & 0x00000fff; atmci_get_version() 859 atmci_writel(host, ATMCI_DMA, atmci_readl(host, ATMCI_DMA) & ~ATMCI_DMAEN); atmci_dma_complete() 966 tmp = atmci_readl(host, ATMCI_MR); atmci_prepare_data_pdc() 1156 iflags = atmci_readl(host, ATMCI_IMR); atmci_start_request() 1168 iflags = atmci_readl(host, ATMCI_IMR); atmci_start_request() 1176 while (!(atmci_readl(host, ATMCI_SR) & ATMCI_CMDRDY)) atmci_start_request() 1394 atmci_readl(host, ATMCI_MR); atmci_set_ios() 1531 cmd->resp[0] = atmci_readl(host, ATMCI_RSPR); atmci_command_complete() 1532 cmd->resp[1] = atmci_readl(host, ATMCI_RSPR); atmci_command_complete() 1533 cmd->resp[2] = atmci_readl(host, ATMCI_RSPR); atmci_command_complete() 1534 cmd->resp[3] = atmci_readl(host, ATMCI_RSPR); atmci_command_complete() 1664 atmci_readl(host, ATMCI_IMR)); atmci_tasklet_func() 1865 value = atmci_readl(host, ATMCI_RDR); atmci_read_data_pio() 1899 status = atmci_readl(host, ATMCI_SR); atmci_read_data_pio() 1969 status = atmci_readl(host, ATMCI_SR); atmci_write_data_pio() 2012 status = atmci_readl(host, ATMCI_SR); atmci_interrupt() 2013 mask = atmci_readl(host, ATMCI_IMR); atmci_interrupt() 2545 atmci_readl(host, ATMCI_SR); atmci_remove()
|
Completed in 105 milliseconds