Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Ddw_mmc.c784 u32 fifoth_val; in dw_mci_edmac_start_dma() local
796 fifoth_val = mci_readl(host, FIFOTH); in dw_mci_edmac_start_dma()
797 cfg.dst_maxburst = mszs[(fifoth_val >> 28) & 0x7]; in dw_mci_edmac_start_dma()
994 u32 blksz_depth = blksz / fifo_width, fifoth_val; in dw_mci_adjust_fifoth() local
1025 fifoth_val = SDMMC_SET_FIFOTH(msize, rx_wmark, tx_wmark); in dw_mci_adjust_fifoth()
1026 mci_writel(host, FIFOTH, fifoth_val); in dw_mci_adjust_fifoth()
1191 mci_writel(host, FIFOTH, host->fifoth_val); in dw_mci_submit_data()
3430 host->fifoth_val = in dw_mci_probe()
3432 mci_writel(host, FIFOTH, host->fifoth_val); in dw_mci_probe()
3574 mci_writel(host, FIFOTH, host->fifoth_val); in dw_mci_runtime_resume()
Ddw_mmc.h207 u32 fifoth_val; member