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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/via/
H A Dlcd.c506 unsigned char cr13, cr35, cr65, cr66, cr67; local
517 cr67 = viafb_read_reg(VIACR, CR67) & 0xFC;
518 cr67 |=
521 viafb_write_reg(CR67, VIACR, cr67);
525 cr67 = viafb_read_reg(VIACR, CR67) & 0xF3;
526 cr67 |= (unsigned char)((dwScreenPitch & 0x600) >> 7);
527 viafb_write_reg(CR67, VIACR, cr67);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/savage/
H A Dsavagefb_driver.c19 * - wait for vertical retrace before writing to cr67
1262 unsigned char tmp, cr3a, cr66, cr67; local
1285 cr67 = vga_in8(0x3d5, par);
1286 vga_out8(0x3d5, cr67/*par->CR67*/ & ~0x0c, par); /* no STREAMS yet */
1348 /* restore the desired video mode with cr67 */
1351 cr67 = vga_in8(0x3d5, par) & 0xf;
1352 vga_out8(0x3d5, 0x50 | cr67, par);
1446 /* now write out cr67 in full, possibly starting STREAMS */

Completed in 100 milliseconds