Lines Matching refs:atmci_readl
167 #define atmci_readl(port, reg) \ macro
664 return atmci_readl(host, ATMCI_VERSION) & 0x00000fff; in atmci_get_version()
962 atmci_writel(host, ATMCI_DMA, atmci_readl(host, ATMCI_DMA) & ~ATMCI_DMAEN); in atmci_dma_complete()
1064 tmp = atmci_readl(host, ATMCI_MR); in atmci_prepare_data_pdc()
1253 iflags = atmci_readl(host, ATMCI_IMR); in atmci_start_request()
1265 iflags = atmci_readl(host, ATMCI_IMR); in atmci_start_request()
1273 while (!(atmci_readl(host, ATMCI_SR) & ATMCI_CMDRDY)) in atmci_start_request()
1485 atmci_readl(host, ATMCI_MR); in atmci_set_ios()
1604 cmd->resp[0] = atmci_readl(host, ATMCI_RSPR); in atmci_command_complete()
1605 cmd->resp[1] = atmci_readl(host, ATMCI_RSPR); in atmci_command_complete()
1606 cmd->resp[2] = atmci_readl(host, ATMCI_RSPR); in atmci_command_complete()
1607 cmd->resp[3] = atmci_readl(host, ATMCI_RSPR); in atmci_command_complete()
1737 atmci_readl(host, ATMCI_IMR)); in atmci_tasklet_func()
1938 value = atmci_readl(host, ATMCI_RDR); in atmci_read_data_pio()
1972 status = atmci_readl(host, ATMCI_SR); in atmci_read_data_pio()
2040 status = atmci_readl(host, ATMCI_SR); in atmci_write_data_pio()
2083 status = atmci_readl(host, ATMCI_SR); in atmci_interrupt()
2084 mask = atmci_readl(host, ATMCI_IMR); in atmci_interrupt()
2621 atmci_readl(host, ATMCI_SR); in atmci_remove()