Lines Matching refs:tmpb
1632 CARD8 seq1, tmpb;
1741 tmpb = HSync & 0xFF;
1742 hwp->writeCrtc(hwp, 0x04, tmpb);
1744 tmpb = (HSync & 0x100) >> 4;
1745 tmpb |= hwp->readCrtc(hwp, 0x3F) & ~0x10;
1746 hwp->writeCrtc(hwp, 0x3F, tmpb);
1754 tmpb = VSync & 0xFF;
1755 hwp->writeCrtc(hwp, 0x10, tmpb);
1757 tmpb = (VSync & 0x100) >> 6;
1758 tmpb |= (VSync & 0x200) >> 2;
1759 tmpb |= hwp->readCrtc(hwp, 0x07) & ~0x84;
1760 hwp->writeCrtc(hwp, 0x07, tmpb);
1762 tmpb = (VSync & 0x400) >> 7;
1763 tmpb |= hwp->readCrtc(hwp, 0x35) & ~0x08;
1764 hwp->writeCrtc(hwp, 0x35, tmpb);