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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Drtc.c346 int year1 = ( dataWord1 >> 24 ) & 0x000000FF; local
362 BCD_TO_BIN(year1);
364 year = year1 * 100 + year2;
H A Dmf.c1046 int year1 = ( dataWord1 >> 24 ) & 0x000000FF; local
1059 BCD_TO_BIN(year1);
1061 year = year1 * 100 + year2;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Damigahw.h320 unsigned int :28, year1:4; /* upper digit */ member in struct:tod3000
341 unsigned int :28, year1:4; /* upper digit */ member in struct:tod2000
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Damigahw.h320 unsigned int :28, year1:4; /* upper digit */ member in struct:tod3000
341 unsigned int :28, year1:4; /* upper 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;
641 tod->year1 = t->year / 10;
661 t->year = tod->year1 * 10 + tod->year2;
692 tod->year1 = 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;
650 tod->year1 = t->tm_year / 10;
670 t->tm_year = tod->year1 * 10 + tod->year2;
701 tod->year1 = t->tm_year / 10;

Completed in 104 milliseconds