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

/osnet-11/usr/src/grub/grub2/grub-core/efiemu/runtime/
H A Defiemu.c178 write_cmos (grub_uint8_t addr, grub_uint8_t val) function
258 write_cmos (0xb, state | 0x6);
259 write_cmos (0x9, time->year - 2000);
260 write_cmos (0x8, time->month);
261 write_cmos (0x7, time->day);
262 write_cmos (0x4, time->hour);
263 write_cmos (0x2, time->minute);
264 write_cmos (0x0, time->second);

Completed in 16 milliseconds