Searched refs:atmci_writel (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/mmc/host/ |
D | atmel-mci.c | 656 atmci_writel(host, ATMCI_DTOR, (ATMCI_DTOMUL(dtomul) | ATMCI_DTOCYC(dtocyc))); in atmci_set_timeout() 721 atmci_writel(host, ATMCI_ARGR, cmd->arg); in atmci_send_command() 722 atmci_writel(host, ATMCI_CMDR, cmd_flags); in atmci_send_command() 729 atmci_writel(host, ATMCI_IER, ATMCI_CMDRDY); in atmci_send_stop_cmd() 757 atmci_writel(host, pointer_reg, host->buf_phys_addr); in atmci_pdc_set_single_buf() 760 atmci_writel(host, pointer_reg, sg_dma_address(host->sg)); in atmci_pdc_set_single_buf() 766 atmci_writel(host, counter_reg, host->data_size); in atmci_pdc_set_single_buf() 767 atmci_writel(host, ATMCI_MR, host->mode_reg | ATMCI_MR_PDCFBYTE); in atmci_pdc_set_single_buf() 770 atmci_writel(host, counter_reg, host->data_size / 4); in atmci_pdc_set_single_buf() 775 atmci_writel(host, counter_reg, sg_dma_len(host->sg) / 4); in atmci_pdc_set_single_buf() [all …]
|
D | atmel-mci-regs.h | 141 #define atmci_writel(port, reg, value) \ macro 146 #define atmci_writel(port, reg, value) \ macro
|