Searched refs:time1 (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/rtc/ |
D | rtc-wm8350.c | 41 u16 time1[4], time2[4]; in wm8350_rtc_readtime() local 50 4, time1); in wm8350_rtc_readtime() 58 if (memcmp(time1, time2, sizeof(time1)) == 0) { in wm8350_rtc_readtime() 59 tm->tm_sec = time1[0] & WM8350_RTC_SECS_MASK; in wm8350_rtc_readtime() 61 tm->tm_min = (time1[0] & WM8350_RTC_MINS_MASK) in wm8350_rtc_readtime() 64 tm->tm_hour = time1[1] & WM8350_RTC_HRS_MASK; in wm8350_rtc_readtime() 66 tm->tm_wday = ((time1[1] >> WM8350_RTC_DAY_SHIFT) in wm8350_rtc_readtime() 69 tm->tm_mon = ((time1[2] & WM8350_RTC_MTH_MASK) in wm8350_rtc_readtime() 72 tm->tm_mday = (time1[2] & WM8350_RTC_DATE_MASK); in wm8350_rtc_readtime() 74 tm->tm_year = ((time1[3] & WM8350_RTC_YHUNDREDS_MASK) in wm8350_rtc_readtime() [all …]
|
D | rtc-digicolor.c | 66 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()
|
D | rtc-wm831x.c | 126 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-4.4.14/lib/ |
D | interval_tree_test.c | 51 cycles_t time1, time2, time; in interval_tree_test_init() local 58 time1 = get_cycles(); in interval_tree_test_init() 68 time = time2 - time1; in interval_tree_test_init() 78 time1 = get_cycles(); in interval_tree_test_init() 86 time = time2 - time1; in interval_tree_test_init()
|
D | rbtree_test.c | 178 cycles_t time1, time2, time; in rbtree_test_init() local 185 time1 = get_cycles(); in rbtree_test_init() 195 time = time2 - time1; in rbtree_test_init() 217 time1 = get_cycles(); in rbtree_test_init() 227 time = time2 - time1; in rbtree_test_init()
|
/linux-4.4.14/drivers/ide/ |
D | ali14xx.c | 115 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-4.4.14/drivers/staging/vt6656/ |
D | int.h | 41 u16 time1; member
|
/linux-4.4.14/arch/x86/platform/uv/ |
D | tlb_uv.c | 792 static void record_send_stats(cycles_t time1, cycles_t time2, in record_send_stats() argument 798 if (time2 > time1) { in record_send_stats() 799 elapsed = time2 - time1; in record_send_stats() 881 cycles_t time1; in uv_flush_send_and_wait() local 896 time1 = get_cycles(); in uv_flush_send_and_wait() 951 record_send_stats(time1, time2, bcp, stat, completion_stat, try); in uv_flush_send_and_wait()
|
/linux-4.4.14/drivers/net/hamradio/ |
D | baycom_epp.c | 654 unsigned int time1 = 0, time2 = 0, time3 = 0; in epp_bh() local 668 GETTICK(time1); in epp_bh() 755 bc->debug_vals.mod_cycles = time2 - time1; in epp_bh()
|
/linux-4.4.14/fs/gfs2/ |
D | glock.c | 810 unsigned long time1 = jiffies; in gfs2_glock_wait() local 814 if (time_after(jiffies, time1 + HZ)) /* have we waited > a second? */ in gfs2_glock_wait()
|
/linux-4.4.14/scripts/ |
D | analyze_suspend.py | 2364 .time1 {font: 22px Arial;border:1px solid;}\n\
|