Lines Matching refs:msr
4672 Clock->msr = hwp->readMiscOut(hwp)&0xFE; /* save standard VGA clock reg */
4738 Clock->msr = cPtr->CRTclkInx << 2;
4748 Clock->msr = (no == 4 ? 3 << 2: (no & 0x01) << 2);
4749 Clock->xr54 = Clock->msr;
4752 Clock->msr = 3 << 2;
4754 Clock->xr54 = Clock->msr;
4786 Clock->msr = 3 << 2;
4789 Clock->xr54 = Clock->msr & (Clock->fcr << 4);
4791 Clock->msr = (no << 2) & 0x4;
4794 Clock->xr54 = Clock->msr;
4798 Clock->msr = no << 2;
4801 Clock->msr = (no == 2 ? 3 << 2: (no & 0x01) << 2);
4804 Clock->msr = 3 << 2;
4810 Clock->msr |= (hwp->readMiscOut(hwp) & 0xF2);
4877 tmpmsr = hwp->readMiscOut(hwp); /* read msr, needed for all styles */
4998 hwp->writeMiscOut(hwp, (Clock->msr & 0xFE) |