Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/host/
Ddw_mmc.c786 u32 fifoth_val; in dw_mci_edmac_start_dma() local
798 fifoth_val = mci_readl(host, FIFOTH); in dw_mci_edmac_start_dma()
799 cfg.dst_maxburst = mszs[(fifoth_val >> 28) & 0x7]; in dw_mci_edmac_start_dma()
996 u32 blksz_depth = blksz / fifo_width, fifoth_val; in dw_mci_adjust_fifoth() local
1027 fifoth_val = SDMMC_SET_FIFOTH(msize, rx_wmark, tx_wmark); in dw_mci_adjust_fifoth()
1028 mci_writel(host, FIFOTH, fifoth_val); in dw_mci_adjust_fifoth()
1193 mci_writel(host, FIFOTH, host->fifoth_val); in dw_mci_submit_data()
3418 host->fifoth_val = in dw_mci_probe()
3420 mci_writel(host, FIFOTH, host->fifoth_val); in dw_mci_probe()
3562 mci_writel(host, FIFOTH, host->fifoth_val); in dw_mci_runtime_resume()
Ddw_mmc.h206 u32 fifoth_val; member