Searched refs:max_qty (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mmc/core/
H A Dcore.c1881 unsigned int max_discard, x, y, qty = 0, max_qty, min_qty, timeout; local
1887 max_qty = UINT_MAX >> card->erase_shift;
1890 max_qty = UINT_MAX;
1893 max_qty = UINT_MAX / card->erase_size;
1912 for (x = 1; x && x <= max_qty && max_qty - x >= qty; x <<= 1) {

Completed in 120 milliseconds