OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTC_MINUTES_ALARM
(Results
26 - 26
of
26
) sorted by null
1
2
/external/qemu/hw/
mc146818rtc.c
36
#define
RTC_MINUTES_ALARM
3
218
case
RTC_MINUTES_ALARM
:
419
((s->cmos_data[
RTC_MINUTES_ALARM
] & 0xc0) == 0xc0 ||
420
s->cmos_data[
RTC_MINUTES_ALARM
] == s->current_tm.tm_mon) &&
Completed in 319 milliseconds
1
2