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

/external/qemu-pc-bios/bochs/bios/
H A Drombios.c4133 Bit8u mouse_flags_1, mouse_flags_2; local
4179 mouse_flags_2 = read_byte(ebda_seg, 0x0027);
4180 if ( (mouse_flags_2 & 0x80) == 0 ) {
4218 mouse_flags_2 = read_byte(ebda_seg, 0x0027);
4219 mouse_flags_2 = (mouse_flags_2 & 0x00) | regs.u.r8.bh;
4222 write_byte(ebda_seg, 0x0027, mouse_flags_2);
4410 mouse_flags_2 = read_byte(ebda_seg, 0x0027);
4413 if ( (mouse_flags_2 & 0x80) != 0 ) {
4414 mouse_flags_2
5167 Bit8u mouse_flags_1, mouse_flags_2; local
[all...]

Completed in 60 milliseconds