Home
last modified time | relevance | path

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

/arch/tile/lib/
Dcacheflush.c41 size_t step_size, load_count; in finv_buffer_remote() local
114 step_size = L2_CACHE_BYTES; in finv_buffer_remote()
122 step_size = STRIPE_WIDTH; in finv_buffer_remote()
131 p -= step_size; in finv_buffer_remote()
132 p = (char *)((unsigned long)p | (step_size - 1)); in finv_buffer_remote()
135 base = p - (step_size * (load_count - 2)); in finv_buffer_remote()
145 for (; p >= base; p -= step_size) in finv_buffer_remote()
155 p -= step_size; in finv_buffer_remote()
156 p = (char *)((unsigned long)p | (step_size - 1)); in finv_buffer_remote()
157 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/arm/mach-omap2/
Domap_twl.c160 .step_size = 12500,
181 .step_size = 12500,
202 .step_size = 12660,
224 .step_size = 12660,
246 .step_size = 12660,
Dvoltage.h126 int step_size; member
Dvp.c64 waittime = DIV_ROUND_UP(voltdm->pmic->step_size * sys_clk_rate, in omap_vp_init()
Dvc.c153 smps_delay = ((smps_steps * voltdm->pmic->step_size) / in omap_vc_post_scale()