Lines Matching refs:CR67
2358 save->CR67 = VGAIN8(vgaCRReg);
2544 VGAOUT8(vgaCRReg, restore->CR67);
2709 /*VGAOUT8(vgaCRReg, restore->CR67 & ~0x0c);*/ /* no STREAMS yet */
2710 VGAOUT8(vgaCRReg, restore->CR67 & ~0x0e); /* no STREAMS yet old and new */
2773 /*VGAOUT8(vgaCRReg, restore->CR67 & ~0x0c);*/ /* no STREAMS yet */
2774 VGAOUT8(vgaCRReg, restore->CR67 & ~0x0e); /* no streams for new and old streams engines */
2879 VGAOUT8(vgaCRReg, restore->CR67);
3758 /* We need to set CR67 whether or not we use the BIOS. */
3761 new->CR67 = 0x00;
3766 new->CR67 = 0x10; /* 8bpp, 2 pixels/clock */
3768 new->CR67 = 0x00; /* 8bpp, 1 pixel/clock */
3775 new->CR67 = 0x30; /* 15bpp, 2 pixel/clock */
3777 new->CR67 = 0x20; /* 15bpp, 1 pixels/clock */
3784 new->CR67 = 0x50; /* 16bpp, 2 pixel/clock */
3786 new->CR67 = 0x40; /* 16bpp, 1 pixels/clock */
3790 new->CR67 = 0x70;
3792 new->CR67 = 0xd0;
3963 new->CR67 |= 1;
4694 cr67 &= ~0x08; /* CR67[3] = 1 : Mem-mapped regs */
4695 cr67 &= ~0x04; /* CR67[2] = 1 : enable stream 1 */
4696 cr67 &= ~0x02; /* CR67[1] = 1 : enable stream 2 */
4709 cr67 &= ~0x0c; /* CR67[2] = 1 : enable stream 1 */
4722 cr67 &= ~0x08; /* CR67[3] = 1 : Mem-mapped regs */
4723 cr67 &= ~0x04; /* CR67[2] = 1 : enable stream 1 */
4724 cr67 &= ~0x02; /* CR67[1] = 1 : enable stream 2 */