Searched refs:atmci_readl (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/mmc/host/ |
D | atmel-mci-regs.h | 139 #define atmci_readl(port, reg) \ macro 144 #define atmci_readl(port, reg) \ macro
|
D | atmel-mci.c | 584 return atmci_readl(host, ATMCI_VERSION) & 0x00000fff; in atmci_get_version() 858 atmci_writel(host, ATMCI_DMA, atmci_readl(host, ATMCI_DMA) & ~ATMCI_DMAEN); in atmci_dma_complete() 965 tmp = atmci_readl(host, ATMCI_MR); in atmci_prepare_data_pdc() 1155 iflags = atmci_readl(host, ATMCI_IMR); in atmci_start_request() 1167 iflags = atmci_readl(host, ATMCI_IMR); in atmci_start_request() 1175 while (!(atmci_readl(host, ATMCI_SR) & ATMCI_CMDRDY)) in atmci_start_request() 1393 atmci_readl(host, ATMCI_MR); in atmci_set_ios() 1530 cmd->resp[0] = atmci_readl(host, ATMCI_RSPR); in atmci_command_complete() 1531 cmd->resp[1] = atmci_readl(host, ATMCI_RSPR); in atmci_command_complete() 1532 cmd->resp[2] = atmci_readl(host, ATMCI_RSPR); in atmci_command_complete() [all …]
|