Lines Matching refs:readCrtc
1061 tsengReg->CR34 = hwp->readCrtc(hwp, 0x34);
1077 tsengReg->CR33 = hwp->readCrtc(hwp, 0x33);
1078 tsengReg->CR35 = hwp->readCrtc(hwp, 0x35);
1081 tsengReg->CR36 = hwp->readCrtc(hwp, 0x36);
1082 tsengReg->CR37 = hwp->readCrtc(hwp, 0x37);
1083 tsengReg->CR32 = hwp->readCrtc(hwp, 0x32);
1130 tsengReg->CR30 = hwp->readCrtc(hwp, 0x30);
1131 tsengReg->CR31 = hwp->readCrtc(hwp, 0x31);
1132 tsengReg->CR3F = hwp->readCrtc(hwp, 0x3F);
1583 crtc34 |= hwp->readCrtc(hwp, 0x34) & ~0x21;
1641 HSync = hwp->readCrtc(hwp, 0x04);
1642 HSync += (hwp->readCrtc(hwp, 0x3F) & 0x10) << 4;
1649 VSync = hwp->readCrtc(hwp, 0x10);
1650 tmp = hwp->readCrtc(hwp, 0x07);
1652 VSync += (hwp->readCrtc(hwp, 0x35) & 0x08) << 7;
1658 HTot = hwp->readCrtc(hwp, 0x00);
1659 HTot += (hwp->readCrtc(hwp, 0x3F) & 0x01) << 8;
1665 VTot = hwp->readCrtc(hwp, 0x06);
1666 tmp = hwp->readCrtc(hwp, 0x07);
1668 VTot += (hwp->readCrtc(hwp, 0x35) & 0x02) << 9;
1745 tmpb |= hwp->readCrtc(hwp, 0x3F) & ~0x10;
1759 tmpb |= hwp->readCrtc(hwp, 0x07) & ~0x84;
1763 tmpb |= hwp->readCrtc(hwp, 0x35) & ~0x08;