Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Datmel-mci.c172 #define atmci_writel(port, reg, value) \ macro
803 atmci_writel(host, ATMCI_DTOR, (ATMCI_DTOMUL(dtomul) | ATMCI_DTOCYC(dtocyc))); in atmci_set_timeout()
866 atmci_writel(host, ATMCI_ARGR, cmd->arg); in atmci_send_command()
867 atmci_writel(host, ATMCI_CMDR, cmd_flags); in atmci_send_command()
874 atmci_writel(host, ATMCI_IER, ATMCI_CMDRDY); in atmci_send_stop_cmd()
902 atmci_writel(host, pointer_reg, host->buf_phys_addr); in atmci_pdc_set_single_buf()
905 atmci_writel(host, pointer_reg, sg_dma_address(host->sg)); in atmci_pdc_set_single_buf()
911 atmci_writel(host, counter_reg, host->data_size); in atmci_pdc_set_single_buf()
912 atmci_writel(host, ATMCI_MR, host->mode_reg | ATMCI_MR_PDCFBYTE); in atmci_pdc_set_single_buf()
915 atmci_writel(host, counter_reg, host->data_size / 4); in atmci_pdc_set_single_buf()
[all …]