Home
last modified time | relevance | path

Searched refs:PPC4xx_PCI_NUM_DEVS (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/pci-host/
H A Dppc4xx_pci.c53 #define PPC4xx_PCI_NUM_DEVS 5 macro
60 qemu_irq irq[PPC4xx_PCI_NUM_DEVS];
262 return slot > 0 ? slot - 1 : PPC4xx_PCI_NUM_DEVS - 1; in ppc4xx_pci_map_irq()
270 assert(irq_num >= 0 && irq_num < PPC4xx_PCI_NUM_DEVS); in ppc4xx_pci_set_irq()