Home
last modified time | relevance | path

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

/linux-3.4.99/arch/m68k/sun3/
Dintersil.c36 volatile struct intersil_dt *todintersil; in sun3_hwclk() local
39 todintersil = (struct intersil_dt *) &intersil_clock->counter; in sun3_hwclk()
47 todintersil->csec = 0; in sun3_hwclk()
48 todintersil->hour = t->tm_hour; in sun3_hwclk()
49 todintersil->minute = t->tm_min; in sun3_hwclk()
50 todintersil->second = t->tm_sec; in sun3_hwclk()
51 todintersil->month = t->tm_mon; in sun3_hwclk()
52 todintersil->day = t->tm_mday; in sun3_hwclk()
53 todintersil->year = t->tm_year - 68; in sun3_hwclk()
54 todintersil->weekday = t->tm_wday; in sun3_hwclk()
[all …]