Lines Matching refs:cr67
2771 /* restore the desired video mode with cr67 */
2871 /* now write out cr67 in full, possibly starting STREAMS */
4679 unsigned char cr67;
4693 cr67 = INREG8(CRT_DATA_REG);
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 */
4697 OUTREG8(CRT_DATA_REG, cr67);
4708 cr67 = INREG8(CRT_DATA_REG);
4709 cr67 &= ~0x0c; /* CR67[2] = 1 : enable stream 1 */
4710 OUTREG8(CRT_DATA_REG, cr67);
4721 cr67 = INREG8(CRT_DATA_REG);
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 */
4725 OUTREG8(CRT_DATA_REG, cr67);