Lines Matching refs:DacRegs
466 pReg->DacRegs[ 18 ] = lq | 0x38;
514 /* Allocate the DacRegs space if not done already */
515 if (pReg->DacRegs == NULL) {
516 pReg->DacRegs = xnfcalloc(DACREGSIZE, 1);
519 pReg->DacRegs[i] = initDAC[i];
526 pReg->DacRegs[1] &= ~0x01;
528 if (pMga->Interleave ) pReg->DacRegs[2] += 1;
533 /* we need to set DacRegs[0] differently based on the silicon
547 pReg->DacRegs[0] = 0x07;
550 pReg->DacRegs[0] = 0x06;
594 pReg->DacRegs[20] |= 0x20;
652 pReg->DacRegs[index_1d] |= 0x01;
654 pReg->DacRegs[index_1d] |= 0x02;
662 pReg->DacRegs[index_1d] |= 0x01; /* +hsync -vsync */
664 pReg->DacRegs[index_1d] |= 0x02; /* -hsync +vsync */
666 pReg->DacRegs[index_1d] |= 0x00; /* -hsync -vsync */
668 pReg->DacRegs[index_1d] |= 0x03; /* +hsync +vsync */
672 pReg->DacRegs[index_1d] |= 0x20;
699 for (i=0; i<sizeof(MGADACregs); i++) ErrorF("%02X ", pReg->DacRegs[i]);
739 outTi3026(TVP3026_CLK_SEL, 0, mgaReg->DacRegs[3]);
772 outTi3026(TVP3026_MCLK_CTL, 0, mgaReg->DacRegs[18]);
792 outTi3026(MGADACregs[i], 0, mgaReg->DacRegs[i]);
812 /* Allocate the DacRegs space if not done already */
813 if (mgaReg->DacRegs == NULL) {
814 mgaReg->DacRegs = xnfcalloc(DACREGSIZE, 1);
852 mgaReg->DacRegs[i] = inTi3026(MGADACregs[i]);
868 for (i=0; i<sizeof(MGADACregs); i++) ErrorF("%02X ", mgaReg->DacRegs[i]);