Lines Matching defs:reset
62 void gu2_vga_extcrtc(char offset, int reset);
65 void gu2_set_vga(int reset);
67 int gu2_vga_attr_ctrl(int reset);
70 int gu2_vga_seq_reset(int reset);
106 gu2_set_vga(int reset)
110 if (reset)
134 gu2_vga_attr_ctrl(int reset)
139 gfx_outb(0x3C0, (unsigned char) (reset ? 0x00 : 0x20));
140 if (reset)
190 * Durango. For VSA1, the sequencer is reset to stop text redraws. VSA2 may
195 gu2_vga_seq_reset(int reset)
198 gfx_outb(0x3C5, (unsigned char) (reset ? 0x00 : 0x03));
317 gu2_vga_extcrtc(char offset, int reset)
333 gfx_outb(crtcdata, reset);