Searched refs:todintersil (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/m68k/sun3/
H A Dintersil.c36 volatile struct intersil_dt *todintersil; sun3_hwclk() local
39 todintersil = (struct intersil_dt *) &intersil_clock->counter; sun3_hwclk()
47 todintersil->csec = 0; sun3_hwclk()
48 todintersil->hour = t->tm_hour; sun3_hwclk()
49 todintersil->minute = t->tm_min; sun3_hwclk()
50 todintersil->second = t->tm_sec; sun3_hwclk()
51 todintersil->month = t->tm_mon; sun3_hwclk()
52 todintersil->day = t->tm_mday; sun3_hwclk()
53 todintersil->year = t->tm_year - 68; sun3_hwclk()
54 todintersil->weekday = t->tm_wday; sun3_hwclk()
57 t->tm_sec = todintersil->csec; sun3_hwclk()
58 t->tm_hour = todintersil->hour; sun3_hwclk()
59 t->tm_min = todintersil->minute; sun3_hwclk()
60 t->tm_sec = todintersil->second; sun3_hwclk()
61 t->tm_mon = todintersil->month; sun3_hwclk()
62 t->tm_mday = todintersil->day; sun3_hwclk()
63 t->tm_year = todintersil->year + 68; sun3_hwclk()
64 t->tm_wday = todintersil->weekday; sun3_hwclk()

Completed in 76 milliseconds