Searched refs:pci_intx (Results 1 – 6 of 6) sorted by relevance
77 int pci_intx; in ich9_cc_update() local105 for (pci_intx = 0; pci_intx < PCI_NUM_PINS; pci_intx++) { in ich9_cc_update()106 lpc->irr[30][pci_intx] = pci_intx + 4; in ich9_cc_update()
179 static inline int pci_intx(PCIDevice *pci_dev) in pci_intx() function
298 } else if (pci_intx(dev) != -1) { in pcie_aer_root_notify()782 if (pci_intx(dev) != -1) { in pcie_aer_root_write_config()
427 } else if (pci_intx(dev) != -1) { in hotplug_event_notify()435 if (!msix_enabled(dev) && !msi_enabled(dev) && pci_intx(dev) != -1 && in hotplug_event_clear()
1669 int intx = pci_intx(pci_dev); in pci_allocate_irq()1677 int intx = pci_intx(pci_dev); in pci_set_irq()
83 static int pc_pci_slot_get_pirq(PCIDevice *pci_dev, int pci_intx) in pc_pci_slot_get_pirq() argument87 return (pci_intx + slot_addend) & 3; in pc_pci_slot_get_pirq()
Completed in 31 milliseconds