OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTC_MINUTES
(Results
26 - 26
of
26
) sorted by null
1
2
/external/qemu/hw/
mc146818rtc.c
35
#define
RTC_MINUTES
2
224
case
RTC_MINUTES
:
290
tm->tm_min = rtc_from_bcd(s, s->cmos_data[
RTC_MINUTES
]);
308
s->cmos_data[
RTC_MINUTES
] = rtc_to_bcd(s, tm->tm_min);
451
case
RTC_MINUTES
:
Completed in 240 milliseconds
1
2