Searched refs:mszs (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/mmc/host/ |
D | dw_mmc.c | 784 static const u32 mszs[] = {1, 4, 8, 16, 32, 64, 128, 256}; in dw_mci_edmac_start_dma() local 799 cfg.dst_maxburst = mszs[(fifoth_val >> 28) & 0x7]; in dw_mci_edmac_start_dma() 994 static const u32 mszs[] = {1, 4, 8, 16, 32, 64, 128, 256}; in dw_mci_adjust_fifoth() local 998 int idx = ARRAY_SIZE(mszs) - 1; in dw_mci_adjust_fifoth() 1015 if (!((blksz_depth % mszs[idx]) || in dw_mci_adjust_fifoth() 1016 (tx_wmark_invers % mszs[idx]))) { in dw_mci_adjust_fifoth() 1018 rx_wmark = mszs[idx] - 1; in dw_mci_adjust_fifoth()
|