Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Daspeed_timer.c397 uint8_t t_old, t_new; in aspeed_timer_set_ctrl() local
411 t_old = (s->ctrl >> shift) & TIMER_CTRL_MASK; in aspeed_timer_set_ctrl()
415 if ((t_old & enable_mask) && !(t_new & enable_mask)) { in aspeed_timer_set_ctrl()
418 aspeed_timer_ctrl_op(t, op_external_clock, t_old, t_new); in aspeed_timer_set_ctrl()
419 aspeed_timer_ctrl_op(t, op_overflow_interrupt, t_old, t_new); in aspeed_timer_set_ctrl()
420 aspeed_timer_ctrl_op(t, op_pulse_enable, t_old, t_new); in aspeed_timer_set_ctrl()
422 if (!(t_old & enable_mask) && (t_new & enable_mask)) { in aspeed_timer_set_ctrl()
/openbmc/linux/drivers/macintosh/
H A Dwindfarm_rm31.c122 s32 t_avg, t_old; in cpu_check_overtemp() local
158 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()
161 cpu_thist_total -= t_old; in cpu_check_overtemp()
166 FIX32TOPRINT(t_avg), FIX32TOPRINT(t_old), FIX32TOPRINT(temp)); in cpu_check_overtemp()
H A Dwindfarm_pm112.c205 s32 t_avg, t_old; in cpu_check_overtemp() local
224 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()
227 cpu_thist_total -= t_old; in cpu_check_overtemp()
232 FIX32TOPRINT(t_avg), FIX32TOPRINT(t_old), FIX32TOPRINT(temp)); in cpu_check_overtemp()
H A Dwindfarm_pm72.c128 s32 t_avg, t_old; in cpu_check_overtemp() local
164 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()
167 cpu_thist_total -= t_old; in cpu_check_overtemp()
172 FIX32TOPRINT(t_avg), FIX32TOPRINT(t_old), FIX32TOPRINT(temp)); in cpu_check_overtemp()
/openbmc/linux/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c114 struct task_struct___old *t_old = (void *)t; in get_task_state() local
116 return BPF_CORE_READ(t_old, state); in get_task_state()
/openbmc/linux/net/ipv6/
H A Dseg6.c239 struct in6_addr *val, *t_old, *t_new; in seg6_genl_set_tunsrc() local
254 t_old = sdata->tun_src; in seg6_genl_set_tunsrc()
260 kfree(t_old); in seg6_genl_set_tunsrc()