Searched refs:buf_offset (Results 1 – 1 of 1) sorted by relevance
46 static int buf_offset; in cmos_io_handler() local65 buf_offset = (uint8_t)(*eax); in cmos_io_handler()76 *eax = cmos_buffer[buf_offset]; in cmos_io_handler()78 if ((buf_offset >= CMOS_VRPMB_START) && in cmos_io_handler()79 (buf_offset <= CMOS_VRPMB_END)) in cmos_io_handler()80 cmos_buffer[buf_offset] = 0; in cmos_io_handler()83 cmos_buffer[buf_offset] = (uint8_t)*eax; in cmos_io_handler()
Completed in 10 milliseconds