max_qty          1986 drivers/mmc/core/core.c 	unsigned int max_discard, x, y, qty = 0, max_qty, min_qty, timeout;
max_qty          1992 drivers/mmc/core/core.c 		max_qty = UINT_MAX >> card->erase_shift;
max_qty          1995 drivers/mmc/core/core.c 		max_qty = UINT_MAX;
max_qty          1998 drivers/mmc/core/core.c 		max_qty = UINT_MAX / card->erase_size;
max_qty          2017 drivers/mmc/core/core.c 		for (x = 1; x && x <= max_qty && max_qty - x >= qty; x <<= 1) {