Searched refs:min_qty (Results 1 – 1 of 1) sorted by relevance
1877 unsigned int max_discard, x, y, qty = 0, max_qty, min_qty, timeout; in mmc_do_calc_max_discard() local1884 min_qty = card->pref_erase >> card->erase_shift; in mmc_do_calc_max_discard()1887 min_qty = card->pref_erase; in mmc_do_calc_max_discard()1890 min_qty = card->pref_erase / card->erase_size; in mmc_do_calc_max_discard()1911 if (qty + x > min_qty && timeout > max_busy_timeout) in mmc_do_calc_max_discard()