Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/host/
Datmel-mci.c888 u32 pointer_reg, counter_reg; in atmci_pdc_set_single_buf() local
893 counter_reg = ATMEL_PDC_RCR; in atmci_pdc_set_single_buf()
896 counter_reg = ATMEL_PDC_TCR; in atmci_pdc_set_single_buf()
901 counter_reg += ATMEL_PDC_SCND_BUF_OFF; in atmci_pdc_set_single_buf()
915 atmci_writel(host, counter_reg, host->data_size); in atmci_pdc_set_single_buf()
919 atmci_writel(host, counter_reg, host->data_size / 4); in atmci_pdc_set_single_buf()
924 atmci_writel(host, counter_reg, sg_dma_len(host->sg) / 4); in atmci_pdc_set_single_buf()