Searched refs:ClockingMode (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/console/
H A Dvgacon.c865 unsigned char ClockingMode; /* Seq-Controller:01h */ member in struct:__anon7140
894 vga_state.ClockingMode = vga_rseq(state->vgabase, VGA_SEQ_CLOCK_MODE);
900 vga_wseq(state->vgabase, VGA_SEQ_CLOCK_MODE, vga_state.ClockingMode | 0x20);
960 /* ClockingMode */
961 vga_wseq(state->vgabase, VGA_SEQ_CLOCK_MODE, vga_state.ClockingMode);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dvga16fb.c70 unsigned char ClockingMode; /* Seq-Controller:01h */ member in struct:vga16fb_par::__anon7249
754 par->vga_state.ClockingMode = vga_io_rseq(0x01); /* ClockingMode */
760 vga_io_wseq(0x01, par->vga_state.ClockingMode | 0x20);
826 /* ClockingMode */
827 vga_io_wseq(0x01, par->vga_state.ClockingMode);

Completed in 43 milliseconds