Lines Matching refs:m1f
536 unsigned char tmp, m1f, m1e;
553 m1f = cPtr->readMR(cPtr, 0x1F);
554 m1f = (m1f & 0x14); /* Mask reserved bits, unset interpolation */
557 m1f |= 0x09;
560 m1f |= 0x08;
563 /* m1f |= 0x03 */
564 m1f |= 0x00;
568 m1f |= 0x00; /* Do nothing here */
628 m1f = m1f | 0x20; /* set H-interpolation */
636 m1f = m1f | 0x80; /* set V-interpolation */
644 cPtr->writeMR(cPtr, 0x1F, m1f);