Home
last modified time | relevance | path

Searched refs:step_size (Results 1 – 7 of 7) sorted by relevance

/arch/powerpc/kernel/
A Dtau_6xx.c49 #define step_size 2 /* step size when temp goes out of range */ macro
77 if (tau[cpu].low >= step_size) { in TAUupdate()
78 tau[cpu].low -= step_size; in TAUupdate()
79 tau[cpu].high -= (step_size - window_expand); in TAUupdate()
88 if (tau[cpu].high <= 127 - step_size) { in TAUupdate()
89 tau[cpu].low += (step_size - window_expand); in TAUupdate()
90 tau[cpu].high += step_size; in TAUupdate()
/arch/arm/mach-omap2/
A Dpmic-cpcap.c52 .step_size = 12500,
69 .step_size = 12500,
116 .step_size = 10000,
205 .step_size = 12500,
223 .step_size = 12500,
A Domap_twl.c129 .step_size = 12500,
145 .step_size = 12500,
161 .step_size = 12660,
179 .step_size = 12660,
197 .step_size = 12660,
A Dvoltage.h122 int step_size; member
A Dvp.c67 waittime = DIV_ROUND_UP(voltdm->pmic->step_size * sys_clk_rate, in omap_vp_init()
A Dvc.c185 smps_delay = ((smps_steps * voltdm->pmic->step_size) / in omap_vc_post_scale()
/arch/x86/mm/
A Dinit.c631 unsigned long step_size; in memory_map_top_down() local
654 step_size = PMD_SIZE; in memory_map_top_down()
668 if (last_start > step_size) { in memory_map_top_down()
669 start = round_down(last_start - 1, step_size); in memory_map_top_down()
678 if (mapped_ram_size >= step_size) in memory_map_top_down()
679 step_size = get_new_step_size(step_size); in memory_map_top_down()
703 unsigned long step_size = PMD_SIZE; in memory_map_bottom_up() local
715 if (step_size && map_end - start > step_size) { in memory_map_bottom_up()
716 next = round_up(start + 1, step_size); in memory_map_bottom_up()
726 if (mapped_ram_size >= step_size) in memory_map_bottom_up()
[all …]

Completed in 14 milliseconds