Home
last modified time | relevance | path

Searched refs:qty (Results 1 – 4 of 4) sorted by relevance

/drivers/mmc/core/
A Dcore.c1553 erase_timeout *= qty; in mmc_mmc_erase_timeout()
1567 unsigned int qty) in mmc_sd_erase_timeout() argument
1586 erase_timeout = 250 * qty; in mmc_sd_erase_timeout()
1598 unsigned int qty) in mmc_erase_timeout() argument
1633 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 …]
/drivers/clk/sunxi/
A Dclk-usb.c100 int qty; in sunxi_usb_clk_setup() local
113 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()
/drivers/input/serio/
A Dhp_sdc.c455 int qty; in hp_sdc_put() local
457 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()
/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
A Dramgt215.c103 u8 median[8], bins[4] = {0, 0, 0, 0}, bin = 0, qty = 0; in gt215_link_train_calc() local
132 if (bins[i] > qty) { in gt215_link_train_calc()
134 qty = bins[i]; in gt215_link_train_calc()

Completed in 22 milliseconds