Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Ddw_mmc.c750 const u32 mszs[] = {1, 4, 8, 16, 32, 64, 128, 256}; in dw_mci_adjust_fifoth() local
754 int idx = (sizeof(mszs) / sizeof(mszs[0])) - 1; in dw_mci_adjust_fifoth()
770 if (!((blksz_depth % mszs[idx]) || in dw_mci_adjust_fifoth()
771 (tx_wmark_invers % mszs[idx]))) { in dw_mci_adjust_fifoth()
773 rx_wmark = mszs[idx] - 1; in dw_mci_adjust_fifoth()