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

/linux-4.4.14/drivers/mmc/host/
H A Ddw_mmc.c867 u32 msize = 0, rx_wmark = 1, tx_wmark, tx_wmark_invers; dw_mci_adjust_fifoth() local
874 tx_wmark = (host->fifo_depth) / 2; dw_mci_adjust_fifoth()
875 tx_wmark_invers = host->fifo_depth - tx_wmark; dw_mci_adjust_fifoth()
900 fifoth_val = SDMMC_SET_FIFOTH(msize, rx_wmark, tx_wmark); dw_mci_adjust_fifoth()

Completed in 72 milliseconds