Searched refs:new_shift (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/arch/arm/lib/ |
A D | delay.c | 67 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-6.3-rc2/kernel/time/ |
A D | sched_clock.c | 157 u32 new_mult, new_shift; in sched_clock_register() local 169 clocks_calc_mult_shift(&new_mult, &new_shift, rate, NSEC_PER_SEC, 3600); in sched_clock_register() 175 wrap = clocks_calc_max_nsecs(new_mult, new_shift, 0, new_mask, NULL); in sched_clock_register() 189 rd.shift = new_shift; in sched_clock_register() 213 res = cyc_to_ns(1ULL, new_mult, new_shift); in sched_clock_register()
|
/linux-6.3-rc2/drivers/hwmon/ |
A D | w83l786ng.c | 339 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()
|
A D | w83791d.c | 580 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-6.3-rc2/drivers/scsi/ |
A D | scsi_scan.c | 220 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-6.3-rc2/net/core/ |
A D | neighbour.c | 570 unsigned long new_shift) in neigh_hash_grow() argument 579 new_nht = neigh_hash_alloc(new_shift); in neigh_hash_grow()
|
Completed in 26 milliseconds