OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTC_DAY_OF_WEEK
(Results
1 - 8
of
8
) sorted by null
/external/u-boot/drivers/rtc/
ds164x.c
38
#define
RTC_DAY_OF_WEEK
( RTC_BASE + 0x04 )
49
#define RTC_CONTROLC
RTC_DAY_OF_WEEK
/* FT=bit6 */
69
wday = rtc_read(
RTC_DAY_OF_WEEK
);
118
rtc_write(
RTC_DAY_OF_WEEK
, bin2bcd( tmp->tm_wday ));
ds174x.c
29
#define
RTC_DAY_OF_WEEK
( RTC_BASE + 4 )
37
#define RTC_CONTROLC
RTC_DAY_OF_WEEK
66
wday = rtc_read(
RTC_DAY_OF_WEEK
);
115
rtc_write(
RTC_DAY_OF_WEEK
, bin2bcd( tmp->tm_wday ));
ds1556.c
32
#define
RTC_DAY_OF_WEEK
( RTC_BASE + 0xc )
69
wday = rtc_read(
RTC_DAY_OF_WEEK
);
118
rtc_write(
RTC_DAY_OF_WEEK
, bin2bcd( tmp->tm_wday ));
mk48t59.c
93
wday = rtc_read (
RTC_DAY_OF_WEEK
);
146
rtc_write (
RTC_DAY_OF_WEEK
, bin2bcd(tmp->tm_wday));
mc146818.c
34
#define
RTC_DAY_OF_WEEK
0x06
96
wday = mc146818_read8(
RTC_DAY_OF_WEEK
);
144
mc146818_write8(
RTC_DAY_OF_WEEK
, bin2bcd(tmp->tm_wday));
ds1306.c
27
#define
RTC_DAY_OF_WEEK
0x03
309
wday = rtc_read (
RTC_DAY_OF_WEEK
);
375
rtc_write (
RTC_DAY_OF_WEEK
, bin2bcd (tmp->tm_wday + 1));
/external/u-boot/include/linux/
mc146818rtc.h
30
#define
RTC_DAY_OF_WEEK
6
/external/u-boot/include/
mk48t59.h
22
#define
RTC_DAY_OF_WEEK
0x1FFC
Completed in 3081 milliseconds