Searched refs:qty (Results 1 – 4 of 4) sorted by relevance
1553 erase_timeout *= qty; in mmc_mmc_erase_timeout()1567 unsigned int qty) in mmc_sd_erase_timeout() argument1586 erase_timeout = 250 * qty; in mmc_sd_erase_timeout()1598 unsigned int qty) in mmc_erase_timeout() argument1633 qty += ((to >> card->erase_shift) - in mmc_do_erase()1636 qty += to - from + 1; in mmc_do_erase()1935 qty += y; in mmc_do_calc_max_discard()1938 if (!qty) in mmc_do_calc_max_discard()1951 if (qty == 1) in mmc_do_calc_max_discard()1954 qty--; in mmc_do_calc_max_discard()[all …]
100 int qty; in sunxi_usb_clk_setup() local113 qty = find_last_bit((unsigned long *)&data->clk_mask, in sunxi_usb_clk_setup()120 clk_data->clks = kcalloc(qty + 1, sizeof(struct clk *), GFP_KERNEL); in sunxi_usb_clk_setup()
455 int qty; in hp_sdc_put() local457 qty = curr->seq[idx]; in hp_sdc_put()459 if (curr->idx - idx < qty) { in hp_sdc_put()463 if (curr->idx - idx >= qty && in hp_sdc_put()468 idx += qty; in hp_sdc_put()
103 u8 median[8], bins[4] = {0, 0, 0, 0}, bin = 0, qty = 0; in gt215_link_train_calc() local132 if (bins[i] > qty) { in gt215_link_train_calc()134 qty = bins[i]; in gt215_link_train_calc()
Completed in 22 milliseconds