OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTC_HOURS_ALARM
(Results
26 - 26
of
26
) sorted by null
1
2
/external/qemu/hw/
mc146818rtc.c
38
#define
RTC_HOURS_ALARM
5
219
case
RTC_HOURS_ALARM
:
421
((s->cmos_data[
RTC_HOURS_ALARM
] & 0xc0) == 0xc0 ||
422
s->cmos_data[
RTC_HOURS_ALARM
] == s->current_tm.tm_hour)) {
Completed in 470 milliseconds
1
2