blksz_depth       987 drivers/mmc/host/dw_mmc.c 	u32 blksz_depth = blksz / fifo_width, fifoth_val;
blksz_depth      1006 drivers/mmc/host/dw_mmc.c 		if (!((blksz_depth % mszs[idx]) ||
blksz_depth      1025 drivers/mmc/host/dw_mmc.c 	u32 blksz_depth, fifo_depth;
blksz_depth      1055 drivers/mmc/host/dw_mmc.c 	blksz_depth = blksz / (1 << host->data_shift);
blksz_depth      1058 drivers/mmc/host/dw_mmc.c 	if (blksz_depth > fifo_depth)