Searched refs:fifoth_val (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/mmc/host/ |
A D | dw_mmc.c | 785 u32 fifoth_val; in dw_mci_edmac_start_dma() local 797 fifoth_val = mci_readl(host, FIFOTH); in dw_mci_edmac_start_dma() 798 cfg.dst_maxburst = mszs[(fifoth_val >> 28) & 0x7]; in dw_mci_edmac_start_dma() 995 u32 blksz_depth = blksz / fifo_width, fifoth_val; in dw_mci_adjust_fifoth() local 1026 fifoth_val = SDMMC_SET_FIFOTH(msize, rx_wmark, tx_wmark); in dw_mci_adjust_fifoth() 1027 mci_writel(host, FIFOTH, fifoth_val); in dw_mci_adjust_fifoth() 1192 mci_writel(host, FIFOTH, host->fifoth_val); in dw_mci_submit_data() 3417 host->fifoth_val = in dw_mci_probe() 3419 mci_writel(host, FIFOTH, host->fifoth_val); in dw_mci_probe() 3561 mci_writel(host, FIFOTH, host->fifoth_val); in dw_mci_runtime_resume()
|
A D | dw_mmc.h | 206 u32 fifoth_val; member
|
Completed in 12 milliseconds