Searched defs:in_byte (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Dps2mouse.c105 uint8_t in_byte, index, package_count; local
111 in_byte = inb(0x64);
112 if ( (in_byte & 0x21) != 0x21 ) {
115 in_byte = inb(0x60);
116 BX_DEBUG_INT74("int74: read byte %02x\n", in_byte);
127 write_byte(ebda_seg, 0x28 + index, in_byte);
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvbe.c139 uint8_t in_byte(uint16_t port, uint16_t addr) function
358 data_b = in_byte(VBE_EXTRA_PORT, cur_info_ofs + offsetof(ModeInfoListItem, info.BitsPerPixel) /*&cur_info->info.BitsPerPixel*/);
441 b = in_byte(VBE_EXTRA_PORT, cur_info_ofs + offsetof(ModeInfoListItem, info) + i/*(char *)(&(cur_info->info)) + i*/);
520 bpp = in_byte(VBE_EXTRA_PORT, cur_info_ofs + offsetof(ModeInfoListItem, info.BitsPerPixel) /*&cur_info->info.BitsPerPixel*/);

Completed in 65 milliseconds