no_secs 111 drivers/rtc/rtc-ab8500.c unsigned long no_secs, no_mins, secs = 0; no_secs 117 drivers/rtc/rtc-ab8500.c no_secs = secs % 60; no_secs 119 drivers/rtc/rtc-ab8500.c no_secs = no_secs * COUNTS_PER_SEC; no_secs 121 drivers/rtc/rtc-ab8500.c buf[4] = no_secs & 0xFF; no_secs 122 drivers/rtc/rtc-ab8500.c buf[3] = (no_secs >> 8) & 0xFF;