mszs 778 drivers/mmc/host/dw_mmc.c static const u32 mszs[] = {1, 4, 8, 16, 32, 64, 128, 256}; mszs 792 drivers/mmc/host/dw_mmc.c cfg.dst_maxburst = mszs[(fifoth_val >> 28) & 0x7]; mszs 985 drivers/mmc/host/dw_mmc.c static const u32 mszs[] = {1, 4, 8, 16, 32, 64, 128, 256}; mszs 989 drivers/mmc/host/dw_mmc.c int idx = ARRAY_SIZE(mszs) - 1; mszs 1006 drivers/mmc/host/dw_mmc.c if (!((blksz_depth % mszs[idx]) || mszs 1007 drivers/mmc/host/dw_mmc.c (tx_wmark_invers % mszs[idx]))) { mszs 1009 drivers/mmc/host/dw_mmc.c rx_wmark = mszs[idx] - 1;