Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/m68k/sun3/
Dintersil.c35 volatile struct intersil_dt* todintersil; in sun3_gettod() local
38 todintersil = (struct intersil_dt *) &intersil_clock->counter; in sun3_gettod()
44 *secp = todintersil->csec; in sun3_gettod()
45 *hourp = todintersil->hour; in sun3_gettod()
46 *minp = todintersil->minute; in sun3_gettod()
47 *secp = todintersil->second; in sun3_gettod()
48 *monp = todintersil->month; in sun3_gettod()
49 *dayp = todintersil->day; in sun3_gettod()
50 *yearp = todintersil->year+68; /* The base year for sun3 is 1968 */ in sun3_gettod()
51 wday = todintersil->weekday; in sun3_gettod()
[all …]