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

/linux-4.1.27/drivers/mmc/host/
H A Datmel-mci.c656 atmci_writel(host, ATMCI_DTOR, (ATMCI_DTOMUL(dtomul) | ATMCI_DTOCYC(dtocyc))); atmci_set_timeout()
721 atmci_writel(host, ATMCI_ARGR, cmd->arg); atmci_send_command()
722 atmci_writel(host, ATMCI_CMDR, cmd_flags); atmci_send_command()
729 atmci_writel(host, ATMCI_IER, ATMCI_CMDRDY); atmci_send_stop_cmd()
757 atmci_writel(host, pointer_reg, host->buf_phys_addr); atmci_pdc_set_single_buf()
760 atmci_writel(host, pointer_reg, sg_dma_address(host->sg)); atmci_pdc_set_single_buf()
766 atmci_writel(host, counter_reg, host->data_size); atmci_pdc_set_single_buf()
767 atmci_writel(host, ATMCI_MR, host->mode_reg | ATMCI_MR_PDCFBYTE); atmci_pdc_set_single_buf()
770 atmci_writel(host, counter_reg, host->data_size / 4); atmci_pdc_set_single_buf()
775 atmci_writel(host, counter_reg, sg_dma_len(host->sg) / 4); atmci_pdc_set_single_buf()
818 atmci_writel(host, ATMEL_PDC_PTCR, ATMEL_PDC_RXTDIS | ATMEL_PDC_TXTDIS); atmci_pdc_complete()
859 atmci_writel(host, ATMCI_DMA, atmci_readl(host, ATMCI_DMA) & ~ATMCI_DMAEN); atmci_dma_complete()
893 atmci_writel(host, ATMCI_IER, ATMCI_NOTBUSY); atmci_dma_complete()
955 atmci_writel(host, ATMCI_MR, host->mode_reg | ATMCI_MR_PDCMODE); atmci_prepare_data_pdc()
969 atmci_writel(host, ATMCI_MR, tmp); atmci_prepare_data_pdc()
1046 atmci_writel(host, ATMCI_DMA, ATMCI_DMA_CHKSIZE(maxburst) | atmci_prepare_data_dma()
1082 atmci_writel(host, ATMEL_PDC_PTCR, ATMEL_PDC_RXTEN); atmci_submit_data_pdc()
1084 atmci_writel(host, ATMEL_PDC_PTCR, ATMEL_PDC_TXTEN); atmci_submit_data_pdc()
1104 atmci_writel(host, ATMCI_IER, ATMCI_NOTBUSY); atmci_stop_transfer()
1112 atmci_writel(host, ATMEL_PDC_PTCR, ATMEL_PDC_RXTDIS | ATMEL_PDC_TXTDIS); atmci_stop_transfer_pdc()
1127 atmci_writel(host, ATMCI_IER, ATMCI_NOTBUSY); atmci_stop_transfer_dma()
1158 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); atmci_start_request()
1159 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIEN); atmci_start_request()
1160 atmci_writel(host, ATMCI_MR, host->mode_reg); atmci_start_request()
1162 atmci_writel(host, ATMCI_CFG, host->cfg_reg); atmci_start_request()
1163 atmci_writel(host, ATMCI_IER, iflags); atmci_start_request()
1166 atmci_writel(host, ATMCI_SDCR, slot->sdc_reg); atmci_start_request()
1175 atmci_writel(host, ATMCI_CMDR, ATMCI_CMDR_SPCMD_INIT); atmci_start_request()
1185 atmci_writel(host, ATMCI_BLKR, ATMCI_BCNT(data->blocks) atmci_start_request()
1229 atmci_writel(host, ATMCI_IER, iflags); atmci_start_request()
1311 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); atmci_set_ios()
1312 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIEN); atmci_set_ios()
1314 atmci_writel(host, ATMCI_CFG, host->cfg_reg); atmci_set_ios()
1372 atmci_writel(host, ATMCI_MR, host->mode_reg); atmci_set_ios()
1374 atmci_writel(host, ATMCI_CFG, host->cfg_reg); atmci_set_ios()
1392 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIDIS); atmci_set_ios()
1466 atmci_writel(host, ATMCI_IER, slot->sdio_irq); atmci_enable_sdio_irq()
1468 atmci_writel(host, ATMCI_IDR, slot->sdio_irq); atmci_enable_sdio_irq()
1495 atmci_writel(host, ATMCI_MR, host->mode_reg);
1497 atmci_writel(host, ATMCI_CFG, host->cfg_reg);
1597 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); atmci_detect_change()
1598 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIEN); atmci_detect_change()
1599 atmci_writel(host, ATMCI_MR, host->mode_reg); atmci_detect_change()
1601 atmci_writel(host, ATMCI_CFG, host->cfg_reg); atmci_detect_change()
1700 atmci_writel(host, ATMCI_IDR, atmci_tasklet_func()
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()
1814 atmci_writel(host, ATMCI_IDR, atmci_tasklet_func()
1819 atmci_writel(host, ATMCI_IER, ATMCI_NOTBUSY); atmci_tasklet_func()
1826 atmci_writel(host, ATMCI_IDR, ATMCI_TXRDY | ATMCI_RXRDY atmci_tasklet_func()
1901 atmci_writel(host, ATMCI_IDR, (ATMCI_NOTBUSY | ATMCI_RXRDY atmci_read_data_pio()
1915 atmci_writel(host, ATMCI_IDR, ATMCI_RXRDY); atmci_read_data_pio()
1916 atmci_writel(host, ATMCI_IER, ATMCI_NOTBUSY); atmci_read_data_pio()
1935 atmci_writel(host, ATMCI_TDR, value); atmci_write_data_pio()
1958 atmci_writel(host, ATMCI_TDR, value); atmci_write_data_pio()
1965 atmci_writel(host, ATMCI_TDR, value); atmci_write_data_pio()
1971 atmci_writel(host, ATMCI_IDR, (ATMCI_NOTBUSY | ATMCI_TXRDY atmci_write_data_pio()
1985 atmci_writel(host, ATMCI_IDR, ATMCI_TXRDY); atmci_write_data_pio()
1986 atmci_writel(host, ATMCI_IER, ATMCI_NOTBUSY); atmci_write_data_pio()
2020 atmci_writel(host, ATMCI_IDR, ATMCI_DATA_ERROR_FLAGS atmci_interrupt()
2034 atmci_writel(host, ATMCI_IDR, ATMCI_TXBUFE); atmci_interrupt()
2035 atmci_writel(host, ATMCI_IDR, ATMCI_ENDTX); atmci_interrupt()
2043 atmci_writel(host, ATMCI_IER, ATMCI_ENDTX); atmci_interrupt()
2044 atmci_writel(host, ATMCI_IER, ATMCI_TXBUFE); atmci_interrupt()
2050 atmci_writel(host, ATMCI_IDR, ATMCI_ENDTX); atmci_interrupt()
2055 atmci_writel(host, ATMCI_IER, ATMCI_ENDTX); atmci_interrupt()
2061 atmci_writel(host, ATMCI_IDR, ATMCI_RXBUFF); atmci_interrupt()
2062 atmci_writel(host, ATMCI_IDR, ATMCI_ENDRX); atmci_interrupt()
2070 atmci_writel(host, ATMCI_IER, ATMCI_ENDRX); atmci_interrupt()
2071 atmci_writel(host, ATMCI_IER, ATMCI_RXBUFF); atmci_interrupt()
2077 atmci_writel(host, ATMCI_IDR, ATMCI_ENDRX); atmci_interrupt()
2082 atmci_writel(host, ATMCI_IER, ATMCI_ENDRX); atmci_interrupt()
2094 atmci_writel(host, ATMCI_IDR, ATMCI_BLKE); atmci_interrupt()
2103 atmci_writel(host, ATMCI_IDR, ATMCI_NOTBUSY); atmci_interrupt()
2117 atmci_writel(host, ATMCI_IDR, ATMCI_CMDRDY); atmci_interrupt()
2417 atmci_writel(host, ATMCI_CR, ATMCI_CR_SWRST); atmci_probe()
2543 atmci_writel(host, ATMCI_IDR, ~0UL); atmci_remove()
2544 atmci_writel(host, ATMCI_CR, ATMCI_CR_MCIDIS); atmci_remove()
H A Datmel-mci-regs.h141 #define atmci_writel(port, reg, value) \ macro
146 #define atmci_writel(port, reg, value) \ macro

Completed in 129 milliseconds