Lines Matching defs:mouse_flags_1
106 uint8_t mouse_flags_1, mouse_flags_2;
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;
235 mouse_flags_1 = read_byte(ebda_seg, 0x0026);
236 mouse_flags_1 = mouse_flags_1 & 0xf8;
237 write_byte(ebda_seg, 0x0026, mouse_flags_1);