Home
last modified time | relevance | path

Searched refs:BCD_TO_BIN (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dmc146818rtc.h84 #ifndef BCD_TO_BIN
85 #define BCD_TO_BIN(val) ((val)=((val)&15) + ((val)>>4)*10) macro
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtime.c886 BCD_TO_BIN(rtc->sec); in __get_cmos_time()
887 BCD_TO_BIN(rtc->min); in __get_cmos_time()
888 BCD_TO_BIN(rtc->hour); in __get_cmos_time()
889 BCD_TO_BIN(rtc->day); in __get_cmos_time()
890 BCD_TO_BIN(rtc->mon); in __get_cmos_time()
891 BCD_TO_BIN(rtc->year); in __get_cmos_time()

Completed in 5 milliseconds