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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Drtc.c347 int year2 = ( dataWord1 >> 16 ) & 0x000000FF; local
363 BCD_TO_BIN(year2);
364 year = year1 * 100 + year2;
H A Dmf.c1047 int year2 = ( dataWord1 >> 16 ) & 0x000000FF; local
1060 BCD_TO_BIN(year2);
1061 year = year1 * 100 + year2;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Damigahw.h319 unsigned int :28, year2:4; /* lower digit */ member in struct:tod3000
340 unsigned int :28, year2:4; /* lower digit */ member in struct:tod2000
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Damigahw.h319 unsigned int :28, year2:4; /* lower digit */ member in struct:tod3000
340 unsigned int :28, year2:4; /* lower digit */ member in struct:tod2000
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/amiga/
H A Dconfig.c577 *yearp = tod->year1 * 10 + tod->year2;
597 *yearp = tod->year1 * 10 + tod->year2;
623 t->year = tod->year1 * 10 + tod->year2;
642 tod->year2 = t->year % 10;
661 t->year = tod->year1 * 10 + tod->year2;
693 tod->year2 = t->year % 10;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/amiga/
H A Dconfig.c586 *yearp = tod->year1 * 10 + tod->year2;
606 *yearp = tod->year1 * 10 + tod->year2;
632 t->tm_year = tod->year1 * 10 + tod->year2;
651 tod->year2 = t->tm_year % 10;
670 t->tm_year = tod->year1 * 10 + tod->year2;
702 tod->year2 = t->tm_year % 10;

Completed in 53 milliseconds