Searched refs:ZPCI_NR_DEVICES (Results 1 – 3 of 3) sorted by relevance
42 static DECLARE_BITMAP(zpci_domain, ZPCI_NR_DEVICES);46 min(((unsigned long) ZPCI_NR_DEVICES * PCI_BAR_COUNT / 2), \656 if (zdev->domain >= ZPCI_NR_DEVICES) in zpci_alloc_domain()670 zdev->domain = find_first_zero_bit(zpci_domain, ZPCI_NR_DEVICES); in zpci_alloc_domain()671 if (zdev->domain == ZPCI_NR_DEVICES) { in zpci_alloc_domain()682 if (zdev->domain >= ZPCI_NR_DEVICES) in zpci_free_domain()
416 zpci_ibv = kcalloc(ZPCI_NR_DEVICES, sizeof(*zpci_ibv), GFP_KERNEL); in zpci_floating_irq_init()420 zpci_sbv = airq_iv_create(ZPCI_NR_DEVICES, AIRQ_IV_ALLOC); in zpci_floating_irq_init()
30 #define ZPCI_NR_DEVICES CONFIG_PCI_NR_FUNCTIONS macro