Searched refs:rtc (Results 1 – 5 of 5) sorted by relevance
886 BCD_TO_BIN(rtc->sec); in __get_cmos_time()887 BCD_TO_BIN(rtc->min); in __get_cmos_time()889 BCD_TO_BIN(rtc->day); in __get_cmos_time()890 BCD_TO_BIN(rtc->mon); in __get_cmos_time()895 rtc->year += 100; in __get_cmos_time()901 struct rtc_time rtc; in get_cmos_time() local944 rtc.sec >= 60 || rtc.min >= 60 || rtc.hour >= 24 || in get_cmos_time()945 !rtc.day || rtc.day > 31 || in get_cmos_time()946 !rtc.mon || rtc.mon > 12 ) in get_cmos_time()958 seconds = rtc.sec; in get_cmos_time()[all …]
23 obj-y += rtc.o
211 0x00084003 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) rtc create [ delta = 0x%(1)016x , period = 0x%(2)01…215 0x00084007 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) rtc destroy [ ]
568 ### /vm/$UUID/rtc/timeoffset = ""|INTEGER [n,HVM,INTERNAL]
278 ### cmos-rtc-probe
Completed in 10 milliseconds