ctime2            139 drivers/rtc/rtc-asm9260.c 	u32 ctime0, ctime1, ctime2;
ctime2            143 drivers/rtc/rtc-asm9260.c 	ctime2 = ioread32(priv->iobase + HW_CTIME2);
ctime2            152 drivers/rtc/rtc-asm9260.c 		ctime2 = ioread32(priv->iobase + HW_CTIME2);
ctime2            164 drivers/rtc/rtc-asm9260.c 	tm->tm_yday = (ctime2 >> BM_CTIME2_DOY_S)  & BM_CTIME2_DOY_M;