Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/host/
Ddw_mmc.c997 u32 msize = 0, rx_wmark = 1, tx_wmark, tx_wmark_invers; in dw_mci_adjust_fifoth() local
1004 tx_wmark = (host->fifo_depth) / 2; in dw_mci_adjust_fifoth()
1005 tx_wmark_invers = host->fifo_depth - tx_wmark; in dw_mci_adjust_fifoth()
1027 fifoth_val = SDMMC_SET_FIFOTH(msize, rx_wmark, tx_wmark); in dw_mci_adjust_fifoth()