Home
last modified time | relevance | path

Searched refs:pre_start (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/init/
H A Dcalibrate.c37 unsigned long pre_start, start, post_start; in calibrate_delay_direct() local
48 if (read_current_timer(&pre_start) < 0 ) in calibrate_delay_direct()
71 pre_start = 0; in calibrate_delay_direct()
75 pre_start = start; in calibrate_delay_direct()
89 timer_rate_max = (post_end - pre_start) / in calibrate_delay_direct()
103 if (start < post_end && pre_start != 0 && pre_end != 0 && in calibrate_delay_direct()
/openbmc/linux/arch/sh/kernel/cpu/shmobile/
H A Dpm.c78 void *pre_start, void *pre_end, in sh_mobile_register_self_refresh() argument
108 n = pre_end - pre_start; in sh_mobile_register_self_refresh()
109 memcpy(vp, pre_start, n); in sh_mobile_register_self_refresh()
/openbmc/linux/arch/sh/include/asm/
H A Dsuspend.h35 void *pre_start, void *pre_end,