Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Datmel-mci.c869 u32 pointer_reg, counter_reg; in atmci_pdc_set_single_buf() local
874 counter_reg = ATMEL_PDC_RCR; in atmci_pdc_set_single_buf()
877 counter_reg = ATMEL_PDC_TCR; in atmci_pdc_set_single_buf()
882 counter_reg += ATMEL_PDC_SCND_BUF_OFF; in atmci_pdc_set_single_buf()
896 atmci_writel(host, counter_reg, host->data_size); in atmci_pdc_set_single_buf()
900 atmci_writel(host, counter_reg, host->data_size / 4); in atmci_pdc_set_single_buf()
905 atmci_writel(host, counter_reg, sg_dma_len(host->sg) / 4); in atmci_pdc_set_single_buf()