Searched refs:bcd_to_hex (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/efiemu/runtime/
H A Defiemu.c203 bcd_to_hex (grub_uint8_t in) function
217 time->year = 2000 + bcd_to_hex (read_cmos (0x9));
218 time->month = bcd_to_hex (read_cmos (0x8));
219 time->day = bcd_to_hex (read_cmos (0x7));
220 time->hour = bcd_to_hex (read_cmos (0x4));
225 time->minute = bcd_to_hex (read_cmos (0x2));
226 time->second = bcd_to_hex (read_cmos (0x0));

Completed in 52 milliseconds