HomeSort by: relevance | last modified time | path
    Searched defs:decimal_to_rtc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/hp300/dev/
rtc.c 167 #define decimal_to_rtc(a,b,n) \ macro
171 decimal_to_rtc(0, 1, dt->dt_sec);
172 decimal_to_rtc(2, 3, dt->dt_min);
173 decimal_to_rtc(7, 8, dt->dt_day);
174 decimal_to_rtc(9, 10, dt->dt_mon);
175 decimal_to_rtc(11, 12, year);
182 #undef decimal_to_rtc

Completed in 11 milliseconds