Searched refs:hms (Results 1 – 1 of 1) sorted by relevance
72 register long hms, day; in rtc_to_tm() local75 hms = tim % SECDAY; in rtc_to_tm()78 tm->tm_hour = hms / 3600; in rtc_to_tm()79 tm->tm_min = (hms % 3600) / 60; in rtc_to_tm()80 tm->tm_sec = (hms % 3600) % 60; in rtc_to_tm()