Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rtc/
Drtc-wm8350.c39 u16 time1[4], time2[4]; in wm8350_rtc_readtime() local
48 4, time1); in wm8350_rtc_readtime()
56 if (memcmp(time1, time2, sizeof(time1)) == 0) { in wm8350_rtc_readtime()
57 tm->tm_sec = time1[0] & WM8350_RTC_SECS_MASK; in wm8350_rtc_readtime()
59 tm->tm_min = (time1[0] & WM8350_RTC_MINS_MASK) in wm8350_rtc_readtime()
62 tm->tm_hour = time1[1] & WM8350_RTC_HRS_MASK; in wm8350_rtc_readtime()
64 tm->tm_wday = ((time1[1] >> WM8350_RTC_DAY_SHIFT) in wm8350_rtc_readtime()
67 tm->tm_mon = ((time1[2] & WM8350_RTC_MTH_MASK) in wm8350_rtc_readtime()
70 tm->tm_mday = (time1[2] & WM8350_RTC_DATE_MASK); in wm8350_rtc_readtime()
72 tm->tm_year = ((time1[3] & WM8350_RTC_YHUNDREDS_MASK) in wm8350_rtc_readtime()
[all …]
Drtc-digicolor.c66 u32 reference, time1, time2; in dc_rtc_read() local
74 time1 = readl_relaxed(rtc->regs + DC_RTC_TIME); in dc_rtc_read()
78 if (time1 == time2) in dc_rtc_read()
80 time1 = time2; in dc_rtc_read()
83 *val = reference + time1; in dc_rtc_read()
Drtc-wm831x.c126 u16 time1[2], time2[2]; in wm831x_rtc_readtime() local
146 2, time1); in wm831x_rtc_readtime()
155 if (memcmp(time1, time2, sizeof(time1)) == 0) { in wm831x_rtc_readtime()
156 u32 time = (time1[0] << 16) | time1[1]; in wm831x_rtc_readtime()
/Linux-v4.19/lib/
Drbtree_test.c247 cycles_t time1, time2, time; in rbtree_test_init() local
259 time1 = get_cycles(); in rbtree_test_init()
269 time = time2 - time1; in rbtree_test_init()
275 time1 = get_cycles(); in rbtree_test_init()
285 time = time2 - time1; in rbtree_test_init()
294 time1 = get_cycles(); in rbtree_test_init()
302 time = time2 - time1; in rbtree_test_init()
308 time1 = get_cycles(); in rbtree_test_init()
314 time = time2 - time1; in rbtree_test_init()
320 time1 = get_cycles(); in rbtree_test_init()
[all …]
Dinterval_tree_test.c65 cycles_t time1, time2, time; in interval_tree_test_init() local
83 time1 = get_cycles(); in interval_tree_test_init()
93 time = time2 - time1; in interval_tree_test_init()
103 time1 = get_cycles(); in interval_tree_test_init()
115 time = time2 - time1; in interval_tree_test_init()
/Linux-v4.19/drivers/ide/
Dali14xx.c115 int time1, time2; in ali14xx_set_pio_mode() local
123 time1 = ide_pio_cycle_time(drive, pio); in ali14xx_set_pio_mode()
126 param4 = param2 = (time1 * bus_speed + 999) / 1000 - param1; in ali14xx_set_pio_mode()
132 drive->name, pio, time1, time2, param1, param2, param3, param4); in ali14xx_set_pio_mode()
/Linux-v4.19/drivers/staging/vt6656/
Dint.h27 u16 time1; member
/Linux-v4.19/arch/x86/platform/uv/
Dtlb_uv.c818 static void record_send_stats(cycles_t time1, cycles_t time2, in record_send_stats() argument
824 if (time2 > time1) { in record_send_stats()
825 elapsed = time2 - time1; in record_send_stats()
908 cycles_t time1; in uv_flush_send_and_wait() local
923 time1 = get_cycles(); in uv_flush_send_and_wait()
978 record_send_stats(time1, time2, bcp, stat, completion_stat, try); in uv_flush_send_and_wait()
/Linux-v4.19/drivers/net/hamradio/
Dbaycom_epp.c658 unsigned int time1 = 0, time2 = 0, time3 = 0; in epp_bh() local
672 GETTICK(time1); in epp_bh()
759 bc->debug_vals.mod_cycles = time2 - time1; in epp_bh()
/Linux-v4.19/fs/gfs2/
Dglock.c940 unsigned long time1 = jiffies; in gfs2_glock_wait() local
944 if (time_after(jiffies, time1 + HZ)) /* have we waited > a second? */ in gfs2_glock_wait()
/Linux-v4.19/tools/power/pm-graph/
Dsleepgraph.py4072 .time1 {font:22px Arial;border:1px solid;}\n\