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
26 - 26
of
26
) sorted by null
1
2
/external/qemu/hw/
mc146818rtc.c
41
#define
RTC_DAY_OF_WEEK
6
226
case
RTC_DAY_OF_WEEK
:
296
tm->tm_wday = rtc_from_bcd(s, s->cmos_data[
RTC_DAY_OF_WEEK
]) - 1;
318
s->cmos_data[
RTC_DAY_OF_WEEK
] = rtc_to_bcd(s, tm->tm_wday + 1);
453
case
RTC_DAY_OF_WEEK
:
Completed in 237 milliseconds
1
2