leap_shift        120 drivers/rtc/rtc-sunxi.c 	unsigned char leap_shift;	/* bit shift to get the leap year */
leap_shift        128 drivers/rtc/rtc-sunxi.c 		.leap_shift	= 22,
leap_shift        134 drivers/rtc/rtc-sunxi.c 		.leap_shift	= 24,
leap_shift        357 drivers/rtc/rtc-sunxi.c 		date |= SUNXI_LEAP_SET_VALUE(1, chip->data_year->leap_shift);