Searched refs:pvp (Results 1 – 1 of 1) sorted by relevance
29 static CARD32 pciSlotBX(const struct pci_device *pvp);689 struct pci_device *const pvp = xf86GetPciInfoForEntity(pInt->entityIndex); in int1A_handler() local692 if (pvp == NULL) in int1A_handler()705 X86_ECX |= int1A_last_bus_number(pvp); in int1A_handler()713 if ((X86_DX == pvp->vendor_id) in int1A_handler()714 && (X86_CX == pvp->device_id) in int1A_handler()718 X86_EBX = pciSlotBX(pvp); in int1A_handler()721 else if ((dev = find_pci_device_vendor(X86_EDX, X86_ECX, X86_ESI, pvp))) { in int1A_handler()736 if ((X86_ECX & 0x00FFFFFF) == pvp->device_class) { in int1A_handler()738 X86_EBX = pciSlotBX(pvp); in int1A_handler()[all …]