Lines Matching defs:pdc
3004 /* Currently on LCD? If yes, read current pdc */
3041 /* Currently on LCD? If yes, read current pdc */
3042 u8 pdc;
3043 pdc = SiS_GetReg(SISPART1, 0x2D);
3044 ivideo->detectedpdc = (pdc & 0x0f) << 1;
3045 ivideo->detectedpdca = (pdc & 0xf0) >> 3;
3046 pdc = SiS_GetReg(SISPART1, 0x35);
3047 ivideo->detectedpdc |= ((pdc >> 7) & 0x01);
3048 pdc = SiS_GetReg(SISPART1, 0x20);
3049 ivideo->detectedpdca |= ((pdc >> 6) & 0x01);
4024 } else if(!strncasecmp(this_opt, "pdc:", 4)) {
5952 /* pdc(a), scalelcd, special timing, lvdshl handled below */
6621 static int pdc = -1;
6694 if(pdc != -1)
6695 sisfb_pdc = (pdc & 0x7f);
6745 module_param(pdc, int, 0);
6817 MODULE_PARM_DESC(pdc,
6827 "\nThis is same as pdc, but for LCD-via CRT1. Hence, this is for the 315/330/340\n"