Searched refs:shift_control (Results 1 – 4 of 4) sorted by relevance
69 uint32_t shift_control : 8, member81 shift_control : 8;
1727 uint8_t shift_control; in format_2_instr() local1752 shift_control = 0xf0; in format_2_instr()1754 shift_control = (places->value << 4) | places->value; in format_2_instr()1758 shift_control = 0xf8; in format_2_instr()1760 shift_control = (places->value << 4) in format_2_instr()1766 shift_control = places->value & 0x7; in format_2_instr()1769 shift_control = (8 - places->value) | 0x08; in format_2_instr()1772 shift_control = 0; /* Quiet Compiler */ in format_2_instr()1777 f2_instr->shift_control = shift_control; in format_2_instr()
639 int h, shift_control; in vbe_update_vgaregs() local665 shift_control = 0; in vbe_update_vgaregs()668 shift_control = 2; in vbe_update_vgaregs()675 (shift_control << 5); in vbe_update_vgaregs()1482 int width, height, shift_control, bwidth, bits; in vga_draw_graphic() local1505 shift_control = (s->gr[VGA_GFX_MODE] >> 5) & 3; in vga_draw_graphic()1516 if (shift_control != s->shift_control || in vga_draw_graphic()1519 s->shift_control = shift_control; in vga_draw_graphic()1523 if (shift_control == 0) { in vga_draw_graphic()1533 } else if (shift_control == 1) { in vga_draw_graphic()[all …]
119 uint8_t shift_control; member