Searched refs:hourp (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/arch/m68k/sun3/ |
D | intersil.c | 32 int *hourp, int *minp, int *secp) in sun3_gettod() argument 45 *hourp = todintersil->hour; in sun3_gettod()
|
D | config.c | 44 int *hourp, int *minp, int *secp);
|
/linux-2.4.37.9/arch/ppc/amiga/ |
D | config.c | 563 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/ |
D | config.c | 578 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/ |
D | time.c | 44 int *hourp, int *minp, int *secp) in sun3x_gettod() argument 55 *hourp = BCD_TO_BIN(*(eeprom + M_HOUR)); in sun3x_gettod()
|
D | time.h | 5 int *hourp, int *minp, int *secp);
|
/linux-2.4.37.9/arch/m68k/apollo/ |
D | config.c | 242 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/ |
D | misc.c | 524 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/ |
D | time.c | 100 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()
|