Lines Matching defs:pdc
2992 /* Currently on LCD? If yes, read current pdc */
3029 /* Currently on LCD? If yes, read current pdc */
3030 u8 pdc;
3031 pdc = SiS_GetReg(SISPART1, 0x2D);
3032 ivideo->detectedpdc = (pdc & 0x0f) << 1;
3033 ivideo->detectedpdca = (pdc & 0xf0) >> 3;
3034 pdc = SiS_GetReg(SISPART1, 0x35);
3035 ivideo->detectedpdc |= ((pdc >> 7) & 0x01);
3036 pdc = SiS_GetReg(SISPART1, 0x20);
3037 ivideo->detectedpdca |= ((pdc >> 6) & 0x01);
4012 } else if(!strncasecmp(this_opt, "pdc:", 4)) {
5934 /* pdc(a), scalelcd, special timing, lvdshl handled below */
6605 static int pdc = -1;
6678 if(pdc != -1)
6679 sisfb_pdc = (pdc & 0x7f);
6729 module_param(pdc, int, 0);
6801 MODULE_PARM_DESC(pdc,
6811 "\nThis is same as pdc, but for LCD-via CRT1. Hence, this is for the 315/330/340\n"