Home
last modified time | relevance | path

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

/arch/powerpc/platforms/powernv/
Dpci-ioda.c102 return IODA_INVALID_PE; in pnv_ioda_alloc_pe()
215 return IODA_INVALID_PE; in pnv_ioda2_pick_m64_pe()
229 return IODA_INVALID_PE; in pnv_ioda2_pick_m64_pe()
237 return IODA_INVALID_PE; in pnv_ioda2_pick_m64_pe()
277 return IODA_INVALID_PE; in pnv_ioda2_pick_m64_pe()
504 if (pdn->pe_number == IODA_INVALID_PE) in pnv_ioda_get_pe()
574 if (pdn && pdn->pe_number != IODA_INVALID_PE) { in pnv_ioda_configure_pe()
661 if (pdn->pe_number != IODA_INVALID_PE)
669 if (pe_num == IODA_INVALID_PE) {
698 pdn->pe_number = IODA_INVALID_PE;
[all …]
Dpci.c385 if (pe_no == IODA_INVALID_PE) { in pnv_pci_config_check_eeh()
/arch/powerpc/kernel/
Dpci_dn.c61 pdn->pe_number = IODA_INVALID_PE; in update_dn_pci_info()
/arch/powerpc/include/asm/
Dpci-bridge.h166 #define IODA_INVALID_PE (-1) macro