Home
last modified time | relevance | path

Searched refs:new_shift (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm/lib/
H A Ddelay.c67 u32 new_mult, new_shift; in register_current_timer_delay() local
70 clocks_calc_mult_shift(&new_mult, &new_shift, timer->freq, in register_current_timer_delay()
72 res = cyc_to_ns(1ULL, new_mult, new_shift); in register_current_timer_delay()
/linux/drivers/hwmon/
H A Dw83l786ng.c339 u8 new_shift = 0; in store_fan_div() local
357 new_shift = 0; in store_fan_div()
361 new_shift = 4; in store_fan_div()
368 tmp_fan_div = (data->fan_div[nr] << new_shift) & ~keep_mask; in store_fan_div()
H A Dw83791d.c580 u8 new_shift = 0; in store_fan_div() local
598 new_shift = 4; in store_fan_div()
603 new_shift = 6; in store_fan_div()
608 new_shift = 6; in store_fan_div()
613 new_shift = 0; in store_fan_div()
618 new_shift = 4; in store_fan_div()
630 tmp_fan_div = (data->fan_div[nr] << new_shift) & ~keep_mask; in store_fan_div()
/linux/drivers/scsi/
H A Dscsi_scan.c220 int new_shift = sbitmap_calculate_shift(depth); in scsi_realloc_sdev_budget_map() local
232 if (!need_alloc && new_shift != sdev->budget_map.shift) in scsi_realloc_sdev_budget_map()
248 new_shift, GFP_KERNEL, in scsi_realloc_sdev_budget_map()
/linux/net/core/
H A Dneighbour.c544 unsigned long new_shift) in neigh_hash_grow() argument
553 new_nht = neigh_hash_alloc(new_shift); in neigh_hash_grow()