OFFSET_STEP       135 drivers/rtc/rtc-pcf2123.c 	*offset = ((long)val) * OFFSET_STEP;
OFFSET_STEP       155 drivers/rtc/rtc-pcf2123.c 	if (offset > OFFSET_STEP * 127)
OFFSET_STEP       157 drivers/rtc/rtc-pcf2123.c 	else if (offset < OFFSET_STEP * -128)
OFFSET_STEP       160 drivers/rtc/rtc-pcf2123.c 		reg = DIV_ROUND_CLOSEST(offset, OFFSET_STEP);