now_time           80 drivers/rtc/rtc-88pm80x.c 	unsigned long now_time;
now_time           89 drivers/rtc/rtc-88pm80x.c 	now_time = rtc_tm_to_time64(now);
now_time           92 drivers/rtc/rtc-88pm80x.c 	if (next_time < now_time) {
now_time           87 drivers/rtc/rtc-88pm860x.c 	unsigned long now_time;
now_time           96 drivers/rtc/rtc-88pm860x.c 	rtc_tm_to_time(now, &now_time);
now_time           99 drivers/rtc/rtc-88pm860x.c 	if (next_time < now_time) {
now_time           45 drivers/staging/wusbcore/host/whci/wusb.c 	u32 stop_time, now_time;
now_time           51 drivers/staging/wusbcore/host/whci/wusb.c 	now_time = le_readl(whc->base + WUSBTIME) & WUSBTIME_CHANNEL_TIME_MASK;
now_time           52 drivers/staging/wusbcore/host/whci/wusb.c 	stop_time = (now_time + ((delay * 8) << 7)) & 0x00ffffff;