Searched refs:time2 (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/ide/ |
D | ali14xx.c | 115 int time1, time2; in ali14xx_set_pio_mode() local 124 time2 = t->active; in ali14xx_set_pio_mode() 125 param3 = param1 = (time2 * bus_speed + 999) / 1000; in ali14xx_set_pio_mode() 132 drive->name, pio, time1, time2, param1, param2, param3, param4); in ali14xx_set_pio_mode()
|
/linux-2.6.39/drivers/rtc/ |
D | rtc-wm831x.c | 106 u16 time1[2], time2[2]; in wm831x_rtc_readtime() local 131 2, time2); in wm831x_rtc_readtime() 135 if (memcmp(time1, time2, sizeof(time1)) == 0) { in wm831x_rtc_readtime()
|
D | rtc-wm8350.c | 41 u16 time1[4], time2[4]; in wm8350_rtc_readtime() local 54 4, time2); in wm8350_rtc_readtime() 58 if (memcmp(time1, time2, sizeof(time1)) == 0) { in wm8350_rtc_readtime()
|
/linux-2.6.39/drivers/net/hamradio/ |
D | baycom_epp.c | 654 unsigned int time1 = 0, time2 = 0, time3 = 0; in epp_bh() local 692 GETTICK(time2); in epp_bh() 719 GETTICK(time2); in epp_bh() 755 bc->debug_vals.mod_cycles = time2 - time1; in epp_bh() 756 bc->debug_vals.demod_cycles = time3 - time2; in epp_bh()
|
/linux-2.6.39/arch/x86/platform/uv/ |
D | tlb_uv.c | 582 cycles_t time2; in uv_flush_send_and_wait() local 640 time2 = get_cycles(); in uv_flush_send_and_wait() 651 if (time2 > time1) { in uv_flush_send_and_wait() 652 elapsed = time2 - time1; in uv_flush_send_and_wait()
|