Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kernel/
Dpci_dn.c161 pdn->pe_number = IODA_INVALID_PE; in add_one_dev_pci_data()
228 pdn->pe_number = IODA_INVALID_PE; in remove_dev_pci_data()
287 pdn->pe_number = IODA_INVALID_PE; in update_dn_pci_info()
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dpci-ioda.c152 return IODA_INVALID_PE; in pnv_ioda_alloc_pe()
264 return IODA_INVALID_PE; in pnv_ioda2_pick_m64_pe()
278 return IODA_INVALID_PE; in pnv_ioda2_pick_m64_pe()
286 return IODA_INVALID_PE; in pnv_ioda2_pick_m64_pe()
326 return IODA_INVALID_PE; in pnv_ioda2_pick_m64_pe()
556 if (pdn->pe_number == IODA_INVALID_PE) in pnv_ioda_get_pe()
653 if (pdn && pdn->pe_number != IODA_INVALID_PE) { in pnv_ioda_set_peltv()
718 if (pdn && pdn->pe_number != IODA_INVALID_PE) { in pnv_ioda_deconfigure_pe()
962 if (pdn->pe_number != IODA_INVALID_PE)
970 if (pe_num == IODA_INVALID_PE) {
[all …]
Dpci.c384 if (pe_no == IODA_INVALID_PE) { in pnv_pci_config_check_eeh()
677 WARN_ON(pdn->pe_number != IODA_INVALID_PE); in pnv_pci_dma_dev_setup()
/linux-4.1.27/arch/powerpc/include/asm/
Dpci-bridge.h196 #define IODA_INVALID_PE (-1) macro