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

/vbox/src/VBox/Devices/PC/BIOS/
H A Dps2mouse.c106 uint8_t mouse_flags_1, mouse_flags_2; local
118 mouse_flags_1 = read_byte(ebda_seg, 0x0026);
126 index = mouse_flags_1 & 0x07;
135 mouse_flags_1 = 0;
141 mouse_flags_1++;
143 write_byte(ebda_seg, 0x0026, mouse_flags_1);
149 uint8_t mouse_flags_1, mouse_flags_2; local
235 mouse_flags_1 = read_byte(ebda_seg, 0x0026);
236 mouse_flags_1 = mouse_flags_1
[all...]

Completed in 425 milliseconds