Home
last modified time | relevance | path

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

/arch/tile/lib/
Dcacheflush.c43 size_t step_size, load_count; in finv_buffer_remote() local
116 step_size = L2_CACHE_BYTES; in finv_buffer_remote()
124 step_size = STRIPE_WIDTH; in finv_buffer_remote()
133 p -= step_size; in finv_buffer_remote()
134 p = (char *)((unsigned long)p | (step_size - 1)); in finv_buffer_remote()
137 base = p - (step_size * (load_count - 2)); in finv_buffer_remote()
147 for (; p >= base; p -= step_size) in finv_buffer_remote()
160 p -= step_size; in finv_buffer_remote()
161 p = (char *)((unsigned long)p | (step_size - 1)); in finv_buffer_remote()
162 for (; p >= base; p -= step_size) in finv_buffer_remote()
/arch/powerpc/kernel/
Dtau_6xx.c46 #define step_size 2 /* step size when temp goes out of range */ macro
84 if (tau[cpu].low >= step_size){ in TAUupdate()
85 tau[cpu].low -= step_size; in TAUupdate()
86 tau[cpu].high -= (step_size - window_expand); in TAUupdate()
96 if (tau[cpu].high <= 127-step_size){ in TAUupdate()
97 tau[cpu].low += (step_size - window_expand); in TAUupdate()
98 tau[cpu].high += step_size; in TAUupdate()
/arch/x86/mm/
Dinit.c472 static unsigned long __init get_new_step_size(unsigned long step_size) in get_new_step_size() argument
488 return step_size << (PMD_SHIFT - PAGE_SHIFT - 1); in get_new_step_size()
505 unsigned long step_size; in memory_map_top_down() local
514 step_size = PMD_SIZE; in memory_map_top_down()
526 if (last_start > step_size) { in memory_map_top_down()
527 start = round_down(last_start - 1, step_size); in memory_map_top_down()
536 if (mapped_ram_size >= step_size) in memory_map_top_down()
537 step_size = get_new_step_size(step_size); in memory_map_top_down()
561 unsigned long step_size = PMD_SIZE; in memory_map_bottom_up() local
573 if (step_size && map_end - start > step_size) { in memory_map_bottom_up()
[all …]
/arch/arm/mach-omap2/
Domap_twl.c137 .step_size = 12500,
153 .step_size = 12500,
169 .step_size = 12660,
187 .step_size = 12660,
205 .step_size = 12660,
Dvoltage.h125 int step_size; member
Dvp.c66 waittime = DIV_ROUND_UP(voltdm->pmic->step_size * sys_clk_rate, in omap_vp_init()
Dvc.c163 smps_delay = ((smps_steps * voltdm->pmic->step_size) / in omap_vc_post_scale()