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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_driver.c2837 SISCheckBIOS(SISPtr pSiS, UShort mypciid, UShort mypcivendor, int biossize) argument
2851 if(pciid != mypcivendor) return FALSE;
4146 UShort mypcivendor = (pSiS->ChipFlags & SiSCF_IsXGI) ? PCI_VENDOR_XGI : PCI_VENDOR_SIS; local in function:SISPreInit
4173 if(SISCheckBIOS(pSiS, mypciid, mypcivendor, biossize)) {
4180 if(SISCheckBIOS(pSiS, mypciid, mypcivendor, biossize)) {
4195 if(!SISCheckBIOS(pSiS, mypciid, mypcivendor, biossize)) continue;

Completed in 14 milliseconds