Searched refs:atmci_writel (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | atmel-mci.c | 169 #define atmci_writel(port, reg, value) \ macro 758 atmci_writel(host, ATMCI_DTOR, (ATMCI_DTOMUL(dtomul) | ATMCI_DTOCYC(dtocyc))); in atmci_set_timeout() 824 atmci_writel(host, ATMCI_ARGR, cmd->arg); in atmci_send_command() 825 atmci_writel(host, ATMCI_CMDR, cmd_flags); in atmci_send_command() 834 atmci_writel(host, ATMCI_IER, ATMCI_CMDRDY); in atmci_send_stop_cmd() 862 atmci_writel(host, pointer_reg, host->buf_phys_addr); in atmci_pdc_set_single_buf() 865 atmci_writel(host, pointer_reg, sg_dma_address(host->sg)); in atmci_pdc_set_single_buf() 871 atmci_writel(host, counter_reg, host->data_size); in atmci_pdc_set_single_buf() 872 atmci_writel(host, ATMCI_MR, host->mode_reg | ATMCI_MR_PDCFBYTE); in atmci_pdc_set_single_buf() 875 atmci_writel(hos in atmci_pdc_set_single_buf() [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | atmel-mci.c | 169 #define atmci_writel(port, reg, value) \ macro 802 atmci_writel(host, ATMCI_DTOR, (ATMCI_DTOMUL(dtomul) | ATMCI_DTOCYC(dtocyc))); in atmci_set_timeout() 868 atmci_writel(host, ATMCI_ARGR, cmd->arg); in atmci_send_command() 869 atmci_writel(host, ATMCI_CMDR, cmd_flags); in atmci_send_command() 878 atmci_writel(host, ATMCI_IER, ATMCI_CMDRDY); in atmci_send_stop_cmd() 906 atmci_writel(host, pointer_reg, host->buf_phys_addr); in atmci_pdc_set_single_buf() 909 atmci_writel(host, pointer_reg, sg_dma_address(host->sg)); in atmci_pdc_set_single_buf() 915 atmci_writel(host, counter_reg, host->data_size); in atmci_pdc_set_single_buf() 916 atmci_writel(host, ATMCI_MR, host->mode_reg | ATMCI_MR_PDCFBYTE); in atmci_pdc_set_single_buf() 919 atmci_writel(hos in atmci_pdc_set_single_buf() [all...] |
Completed in 8 milliseconds