Home
last modified time | relevance | path

Searched refs:time1 (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
H A Dtimer.c32 wait->time1 = time; in nvif_timer_wait_test()
35 if (wait->time1 == time) { in nvif_timer_wait_test()
39 wait->time1 = time; in nvif_timer_wait_test()
43 if (wait->time1 - wait->time0 > wait->limit) in nvif_timer_wait_test()
46 return wait->time1 - wait->time0; in nvif_timer_wait_test()
/openbmc/u-boot/drivers/rtc/
H A Dds1374.c84 unsigned long time1, time2; in rtc_get() local
97 time1 = 0; in rtc_get()
100 time1 = (time1 << 8) | (tmp & 0xff); in rtc_get()
109 } while ((time1 != time2) && limit--); in rtc_get()
111 if (time1 != time2) { in rtc_get()
116 DEBUGR ("Get RTC s since 1.1.1970: %ld\n", time1); in rtc_get()
118 rtc_to_tm(time1, tm); /* To Gregorian Date */ in rtc_get()
/openbmc/linux/drivers/rtc/
H A Drtc-wm8350.c34 u16 time1[4], time2[4]; in wm8350_rtc_readtime() local
43 4, time1); in wm8350_rtc_readtime()
51 if (memcmp(time1, time2, sizeof(time1)) == 0) { in wm8350_rtc_readtime()
52 tm->tm_sec = time1[0] & WM8350_RTC_SECS_MASK; in wm8350_rtc_readtime()
54 tm->tm_min = (time1[0] & WM8350_RTC_MINS_MASK) in wm8350_rtc_readtime()
57 tm->tm_hour = time1[1] & WM8350_RTC_HRS_MASK; in wm8350_rtc_readtime()
59 tm->tm_wday = ((time1[1] >> WM8350_RTC_DAY_SHIFT) in wm8350_rtc_readtime()
62 tm->tm_mon = ((time1[2] & WM8350_RTC_MTH_MASK) in wm8350_rtc_readtime()
65 tm->tm_mday = (time1[2] & WM8350_RTC_DATE_MASK); in wm8350_rtc_readtime()
69 tm->tm_year += time1[3] & WM8350_RTC_YUNITS_MASK; in wm8350_rtc_readtime()
[all …]
H A Drtc-digicolor.c62 u32 reference, time1, time2; in dc_rtc_read() local
70 time1 = readl_relaxed(rtc->regs + DC_RTC_TIME); in dc_rtc_read()
74 if (time1 == time2) in dc_rtc_read()
76 time1 = time2; in dc_rtc_read()
79 *val = reference + time1; in dc_rtc_read()
H A Drtc-wm831x.c122 u16 time1[2], time2[2]; in wm831x_rtc_readtime() local
142 2, time1); in wm831x_rtc_readtime()
151 if (memcmp(time1, time2, sizeof(time1)) == 0) { in wm831x_rtc_readtime()
152 u32 time = (time1[0] << 16) | time1[1]; in wm831x_rtc_readtime()
/openbmc/linux/lib/
H A Drbtree_test.c257 time1 = get_cycles(); in rbtree_test_init()
267 time = time2 - time1; in rbtree_test_init()
273 time1 = get_cycles(); in rbtree_test_init()
283 time = time2 - time1; in rbtree_test_init()
292 time1 = get_cycles(); in rbtree_test_init()
300 time = time2 - time1; in rbtree_test_init()
306 time1 = get_cycles(); in rbtree_test_init()
312 time = time2 - time1; in rbtree_test_init()
318 time1 = get_cycles(); in rbtree_test_init()
324 time = time2 - time1; in rbtree_test_init()
[all …]
H A Dinterval_tree_test.c66 cycles_t time1, time2, time; in interval_tree_test_init() local
84 time1 = get_cycles(); in interval_tree_test_init()
94 time = time2 - time1; in interval_tree_test_init()
104 time1 = get_cycles(); in interval_tree_test_init()
116 time = time2 - time1; in interval_tree_test_init()
/openbmc/linux/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_benchmark.c139 double time1, time2; in main() local
152 time1 = perf_syscall(); in main()
153 printf("Avg syscall time %.0lfns.\n", time1 * 1.0e9); in main()
199 100.0 * (time2 / time1 - 1.0), 1.0e9 * (time2 - time1)); in main()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
H A Dbase.c34 wait->time1 = time; in nvkm_timer_wait_test()
37 if (wait->time1 == time) { in nvkm_timer_wait_test()
43 wait->time1 = time; in nvkm_timer_wait_test()
47 if (wait->time1 - wait->time0 > wait->limit) in nvkm_timer_wait_test()
50 return wait->time1 - wait->time0; in nvkm_timer_wait_test()
/openbmc/linux/tools/testing/selftests/alsa/conf.d/
H A DLenovo_ThinkPad_P1_Gen2.conf42 test.time1 {
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dtimer.h9 u64 time1; member
/openbmc/linux/tools/testing/selftests/alsa/
H A Dpcm-test.conf1 pcm.test.time1 {
/openbmc/linux/drivers/staging/vt6656/
H A Dusbpipe.h25 u16 time1; member
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dtimer.h35 u64 time1; member
/openbmc/linux/drivers/net/hamradio/
H A Dbaycom_epp.c638 unsigned int time1 = 0, time2 = 0, time3 = 0; in epp_bh() local
652 GETTICK(time1); in epp_bh()
739 bc->debug_vals.mod_cycles = time2 - time1; in epp_bh()
/openbmc/qemu/hw/timer/
H A Dexynos4210_mct.c935 static uint64_t time1[2] = {0}; in exynos4210_ltick_event() local
959 time2[s->id] - time1[s->id]); in exynos4210_ltick_event()
960 time1[s->id] = time2[s->id]; in exynos4210_ltick_event()
/openbmc/linux/tools/power/pm-graph/
H A Dsleepgraph.py5009 .time1 {font:22px Arial;border:1px solid;}\n\