no_mins           111 drivers/rtc/rtc-ab8500.c 	unsigned long no_secs, no_mins, secs = 0;
no_mins           115 drivers/rtc/rtc-ab8500.c 	no_mins = secs / 60;
no_mins           124 drivers/rtc/rtc-ab8500.c 	buf[2] = no_mins & 0xFF;
no_mins           125 drivers/rtc/rtc-ab8500.c 	buf[1] = (no_mins >> 8) & 0xFF;
no_mins           126 drivers/rtc/rtc-ab8500.c 	buf[0] = (no_mins >> 16) & 0xFF;