Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/m68k/sun3/
Dintersil.c32 int *hourp, int *minp, int *secp) in sun3_gettod() argument
45 *hourp = todintersil->hour; in sun3_gettod()
Dconfig.c44 int *hourp, int *minp, int *secp);
/linux-2.4.37.9/arch/ppc/amiga/
Dconfig.c563 int *hourp, int *minp, int *secp) in a3000_gettod() argument
571 *hourp = tod->hour1 * 10 + tod->hour2; in a3000_gettod()
580 int *hourp, int *minp, int *secp) in a2000_gettod() argument
591 *hourp = (tod->hour1 & 3) * 10 + tod->hour2; in a2000_gettod()
597 if (!(tod->hour1 & TOD2000_HOUR1_PM) && *hourp == 12) in a2000_gettod()
598 *hourp = 0; in a2000_gettod()
599 else if ((tod->hour1 & TOD2000_HOUR1_PM) && *hourp != 12) in a2000_gettod()
600 *hourp += 12; in a2000_gettod()
/linux-2.4.37.9/arch/m68k/amiga/
Dconfig.c578 int *hourp, int *minp, int *secp) in a3000_gettod() argument
584 *hourp = tod_3000.hour1 * 10 + tod_3000.hour2; in a3000_gettod()
593 int *hourp, int *minp, int *secp) in a2000_gettod() argument
611 *hourp = (tod_2000.hour1 & 3) * 10 + tod_2000.hour2; in a2000_gettod()
617 if (!(tod_2000.hour1 & TOD2000_HOUR1_PM) && *hourp == 12) in a2000_gettod()
618 *hourp = 0; in a2000_gettod()
619 else if ((tod_2000.hour1 & TOD2000_HOUR1_PM) && *hourp != 12) in a2000_gettod()
620 *hourp += 12; in a2000_gettod()
/linux-2.4.37.9/arch/m68k/sun3x/
Dtime.c44 int *hourp, int *minp, int *secp) in sun3x_gettod() argument
55 *hourp = BCD_TO_BIN(*(eeprom + M_HOUR)); in sun3x_gettod()
Dtime.h5 int *hourp, int *minp, int *secp);
/linux-2.4.37.9/arch/m68k/apollo/
Dconfig.c242 int *hourp, int *minp, int *secp) { in dn_gettod() argument
247 *hourp=rtc->hours; in dn_gettod()
251 printk("gettod: %d %d %d %d %d %d\n",*yearp,*monp,*dayp,*hourp,*minp,*secp); in dn_gettod()
/linux-2.4.37.9/arch/m68k/mac/
Dmisc.c524 int *hourp, int *minp, int *secp) in unmktime() argument
548 *hourp = rem / SECS_PER_HOUR; in unmktime()
593 int *hourp, int *minp, int *secp) in mac_gettod() argument
599 yearp, monp, dayp, hourp, minp, secp); in mac_gettod()
/linux-2.4.37.9/arch/m68k/atari/
Dtime.c100 int *hourp, int *minp, int *secp) in atari_mste_gettod() argument
119 *hourp = hour; in atari_mste_gettod()
127 int *hourp, int *minp, int *secp) in atari_tt_gettod() argument
160 *hourp = hour; in atari_tt_gettod()