Searched refs:hours (Results 1 – 22 of 22) sorted by relevance
/linux-2.4.37.9/drivers/acorn/char/ |
D | i2c.c | 102 if (rtctm->hours >= 24 || rtctm->mins >= 60 || rtctm->secs >= 60) in set_rtc_time() 138 new_rtctm.hours = nowtime % 24; in k_set_rtc_time() 149 if ((old_rtctm.hours == 23 && old_rtctm.mins == 59) || in k_set_rtc_time() 150 (new_rtctm.hours == 23 && new_rtctm.mins == 59)) in k_set_rtc_time() 173 rtctm.tm_hour = rtc_raw.hours; in rtc_ioctl() 188 rtc_raw.hours = rtctm.tm_hour; in rtc_ioctl() 289 rtctm.hours, rtctm.mins, rtctm.secs); in ioc_client_reg()
|
D | pcf8583.h | 14 unsigned char hours; member
|
D | pcf8583.c | 103 dt->hours = BCD_TO_BIN(buf[3]); in pcf8583_get_datetime() 124 buf[5] = BIN_TO_BCD(dt->hours); in pcf8583_set_datetime()
|
/linux-2.4.37.9/arch/m68k/apollo/ |
D | config.c | 247 *hourp=rtc->hours; in dn_gettod() 261 t->tm_hour=rtc->hours; in dn_dummy_hwclk() 269 rtc->hours=t->tm_hour; in dn_dummy_hwclk()
|
/linux-2.4.37.9/include/asm-ppc/ |
D | todc.h | 57 int hours; member 410 todc_info->hours = clock_type ##_HOURS; \
|
/linux-2.4.37.9/include/asm-m68k/ |
D | apollohw.h | 62 unsigned char hours, alarm_hours; member
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | todc_time.c | 309 hour = todc_read_val(todc_info->hours) & 0x3f; in todc_get_rtc_time() 394 todc_write_val(todc_info->hours, tm.tm_hour); in todc_set_rtc_time()
|
/linux-2.4.37.9/Documentation/ |
D | BUG-HUNTING | 85 If you get it down to a routine, you'll probably get a fix in 24 hours.
|
D | magic-number.txt | 23 to the kernel! It has saved me countless hours of debugging,
|
D | sx.txt | 278 - Sometimes the use-count strays a bit. After a few hours of
|
D | CodingStyle | 25 at your screen for 20 straight hours, you'll find it a lot easier to see
|
/linux-2.4.37.9/drivers/scsi/ |
D | cpqfcTSinit.c | 819 int days, hours, minutes, secs; in cpqfcTS_proc_info() local 822 hours = (DeltaSecs % (3600 * 24)) / 3600; // hours in cpqfcTS_proc_info() 825 …copy_info(&info, "Fibre Channel Stats (time dd:hh:mm:ss %02u:%02u:%02u:%02u\n", days, hours, minut… in cpqfcTS_proc_info()
|
D | README.qlogicfas | 70 the computer was left on for a few hours. It was worse with longer
|
D | README.st | 344 (3.9 hours). For erase this value is further multiplied by
|
/linux-2.4.37.9/fs/reiserfs/ |
D | README | 88 Vladimir Saveljev was one of the programmers, and he worked long hours
|
/linux-2.4.37.9/Documentation/video4linux/ |
D | CQcam.txt | 30 I spent a number of hours trying to get my camera to work, and I
|
/linux-2.4.37.9/Documentation/networking/ |
D | slicecom.hun | 348 Data in last 96 intervals (24 hours):
|
D | slicecom.txt | 339 Data in last 96 intervals (24 hours):
|
D | ip-sysctl.txt | 78 Default: 2hours.
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | README.aic7xxx | 337 - For after hours support, call 1-800-416-8066 ($99/call,
|
D | README.aic79xx | 419 - For after hours support, call 1-800-416-8066 ($99/call,
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | proc.txt | 1177 default is 2 hours.
|