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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
H A Dxf86int10.c28 static CARD32 pciSlotBX( const struct pci_device * pvp );
687 struct pci_device * const pvp = xf86GetPciInfoForEntity(pInt->entityIndex); local in function:int1A_handler
690 if (pvp == NULL)
703 X86_ECX |= int1A_last_bus_number(pvp);
711 if ( (X86_DX == pvp->vendor_id)
712 && (X86_CX == pvp->device_id)
716 X86_EBX = pciSlotBX(pvp);
720 if ((dev = find_pci_device_vendor(X86_EDX, X86_ECX, X86_ESI, pvp))) {
735 if ( (X86_ECX & 0x00FFFFFF) == pvp->device_class ) {
737 X86_EBX = pciSlotBX(pvp);
858 pciSlotBX(const struct pci_device * pvp) argument
869 struct pci_device * pvp; local in function:intE6_handler
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dxf86int10.c29 static CARD32 pciSlotBX(const struct pci_device *pvp);
689 struct pci_device *const pvp = xf86GetPciInfoForEntity(pInt->entityIndex); local in function:int1A_handler
692 if (pvp == NULL)
705 X86_ECX |= int1A_last_bus_number(pvp);
713 if ((X86_DX == pvp->vendor_id)
714 && (X86_CX == pvp->device_id)
718 X86_EBX = pciSlotBX(pvp);
721 else if ((dev = find_pci_device_vendor(X86_EDX, X86_ECX, X86_ESI, pvp))) {
736 if ((X86_ECX & 0x00FFFFFF) == pvp->device_class) {
738 X86_EBX = pciSlotBX(pvp);
863 pciSlotBX(const struct pci_device * pvp) argument
874 struct pci_device *pvp; local in function:intE6_handler
[all...]

Completed in 3 milliseconds