Lines Matching +full:- +full:hours
1 /* mc146818rtc.h - register definitions for the Real-Time-Clock / CMOS RAM
2 * Copyright Torsten Duwe <duwe@informatik.uni-erlangen.de> 1993
15 #include <linux/rtc.h> /* get the user-level API */
19 #include <linux/pm-trace.h>
26 * than 24 hours in the future; or dates that include a century code.
31 * a separate wakeup alarm used by some almost-clone chips.
64 /* control registers - Moto names
76 /* update-in-progress - set to "1" 244 microsecs before RTC goes off the bus,
99 # define RTC_UIE 0x10 /* update-finished interrupt enable */
100 # define RTC_SQWE 0x08 /* enable square-wave output */
102 # define RTC_24H 0x02 /* 24 hour mode - else hours bit 7 means pm */
103 # define RTC_DST_EN 0x01 /* auto switch DST - works f. USA only */
107 /* caution - cleared by read */