Lines Matching refs:CR67
1530 save->CR67 = VGAIN8(vgaCRReg);
1767 ps3v->STREAMSRunning = restore->CR67 & 0x0c;
1818 /* Restore the desired video mode with CR67 */
1825 VGAOUT8(vgaCRReg, restore->CR67 & ~0x0c); /* Don't enable STREAMS yet */
1955 /* Now write out CR67 in full, possibly starting STREAMS */
1962 VGAOUT8(vgaCRReg, restore->CR67);
1980 /* And finally, we init the STREAMS processor if we have CR67 indicate 24bpp
2710 new->CR67 = 0x00; /* Defaults */
2815 if (dclk <= 110000) new->CR67 = 0x00; /* 8bpp, 135MHz */
2816 else new->CR67 = 0x10; /* 8bpp, 220MHz */
2819 if (dclk <= 110000) new->CR67 = 0x20; /* 15bpp, 135MHz */
2820 else new->CR67 = 0x30; /* 15bpp, 220MHz */
2823 if (dclk <= 110000) new->CR67 = 0x40; /* 16bpp, 135MHz */
2824 else new->CR67 = 0x50; /* 16bpp, 220MHz */
2827 new->CR67 = 0xd0 | 0x0c; /* 24bpp, 135MHz, STREAMS */
2839 new->CR67 = 0x00;
2845 new->CR67 = 0x30 | 0x4; /* 15bpp */
2847 new->CR67 = 0x50 | 0x4; /* 16bpp */
2850 new->CR67 = 0x74; /* 24bpp, STREAMS */
2856 new->CR67 = 0xd0; /* 32bpp */
2922 new->CR67 = 0x10;
2929 new->CR67 = 0x20;
2934 new->CR67 = 0x30; /* 15bpp */
2939 new->CR67 = 0x40;
2944 new->CR67 = 0x50;
2948 new->CR67 = 0xd0 | 0x0c;
2954 new->CR67 = 0xd0 | 0x0c;
2966 new->CR67 = 0x10;
2972 new->CR67 = 0x30; /* 15bpp */
2977 new->CR67 = 0x50;
2981 new->CR67 = 0x50 | 0x0c;
2997 new->CR67 = 0xd0 | 0x0c;
3011 new->CR67 = 0xd0 | 0x0c;
3023 new->CR67 = 0x10;
3029 new->CR67 = 0x30; /* 15bpp */
3032 new->CR67 = 0x50;
3035 new->CR67 = 0xd0 | 0x0c;
3042 new->CR67 = 0xd0 | 0x0c;
3195 new->CR67 |= 1;
3197 new->CR67 &= ~1;