Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/powernv/
H A Dpci.h29 #define PNV_IODA_PE_SLAVE (1 << 4) /* Slave PE in compound case */ macro
H A Dpci-ioda.c344 pe->flags |= PNV_IODA_PE_SLAVE; in pnv_ioda_pick_m64_pe()
448 if (pe->flags & PNV_IODA_PE_SLAVE) { in pnv_ioda_freeze_pe()
488 if (pe->flags & PNV_IODA_PE_SLAVE) { in pnv_ioda_unfreeze_pe()
537 if (pe->flags & PNV_IODA_PE_SLAVE) { in pnv_ioda_get_pe_state()
2112 (pe->flags & PNV_IODA_PE_SLAVE) ? "slave " : "", in pnv_pci_ioda_pe_dump()
H A Deeh-powernv.c1352 if (pnv_pe->flags & PNV_IODA_PE_SLAVE) { in pnv_eeh_get_pe()