Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Ddwc_mmc.c293 uint32_t rx_wmark, tx_wmark; in dwc_mmc_host_reset() local
320 tx_wmark = sc->sc_fifo_depth / 2; in dwc_mmc_host_reset()
324 fifoth |= __SHIFTIN(tx_wmark, DWC_MMC_FIFOTH_TX_WMARK); in dwc_mmc_host_reset()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mmc/host/
H A Ddw_mmc.c990 u32 msize = 0, rx_wmark = 1, tx_wmark, tx_wmark_invers; in dw_mci_adjust_fifoth() local
997 tx_wmark = (host->fifo_depth) / 2; in dw_mci_adjust_fifoth()
998 tx_wmark_invers = host->fifo_depth - tx_wmark; in dw_mci_adjust_fifoth()
1020 fifoth_val = SDMMC_SET_FIFOTH(msize, rx_wmark, tx_wmark); in dw_mci_adjust_fifoth()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mmc/host/
H A Ddw_mmc.c990 u32 msize = 0, rx_wmark = 1, tx_wmark, tx_wmark_invers; in dw_mci_adjust_fifoth() local
997 tx_wmark = (host->fifo_depth) / 2; in dw_mci_adjust_fifoth()
998 tx_wmark_invers = host->fifo_depth - tx_wmark; in dw_mci_adjust_fifoth()
1020 fifoth_val = SDMMC_SET_FIFOTH(msize, rx_wmark, tx_wmark); in dw_mci_adjust_fifoth()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mmc/host/
H A Ddw_mmc.c990 u32 msize = 0, rx_wmark = 1, tx_wmark, tx_wmark_invers; in dw_mci_adjust_fifoth() local
997 tx_wmark = (host->fifo_depth) / 2; in dw_mci_adjust_fifoth()
998 tx_wmark_invers = host->fifo_depth - tx_wmark; in dw_mci_adjust_fifoth()
1020 fifoth_val = SDMMC_SET_FIFOTH(msize, rx_wmark, tx_wmark); in dw_mci_adjust_fifoth()