Lines Matching defs:misc
834 * We are putting the misc<0> to output.*/
841 /* we are putting a 1 on the misc<0> line */
910 /* 5- put back a 0 on the misc<0> line */
1036 u8 crtc11, misc;
1063 misc = RREG8(MGA_MISC_IN);
1064 misc |= MGAREG_MISC_IOADSEL;
1065 WREG8(MGA_MISC_OUT, misc);
1073 u8 misc, crtcext1, crtcext2, crtcext5;
1089 misc = RREG8(MGA_MISC_IN);
1092 misc |= MGAREG_MISC_HSYNCPOL;
1094 misc &= ~MGAREG_MISC_HSYNCPOL;
1097 misc |= MGAREG_MISC_VSYNCPOL;
1099 misc &= ~MGAREG_MISC_VSYNCPOL;
1146 WREG8(MGA_MISC_OUT, misc);