Searched refs:CP_Vendor (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinitextx.c354 if(pSiS->SiS_Pr->CP_Vendor) {
356 pSiS->SiS_Pr->CP_Vendor, pSiS->SiS_Pr->CP_Product);
360 while((!done) && (SiS_PlasmaTable[i].vendor) && (pSiS->SiS_Pr->CP_Vendor)) {
362 if(SiS_PlasmaTable[i].vendor == pSiS->SiS_Pr->CP_Vendor) {
1104 SiS_Pr->CP_Vendor = panelvendor;
1152 SiS_Pr->CP_Vendor = panelvendor = buffer[2] | (buffer[1] << 8);
1461 SiS_Pr->CP_Vendor = buffer[9] | (buffer[8] << 8);
1486 SiS_Pr->CP_Vendor = buffer[2] | (buffer[1] << 8);
H A Dvstruct.h553 unsigned short CP_Vendor, CP_Product; member in struct:SiS_Private

Completed in 6 milliseconds