Searched refs:pe_config_addr (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Deeh_sysfs.c39 EEH_SHOW_ATTR(eeh_pe_config_addr, pe_config_addr, "0x%x");
H A Deeh_pe.c299 * Add EEH device to the PE in edev->pe_config_addr. If a PE already
318 pe = eeh_pe_get(hose, edev->pe_config_addr);
359 pe->addr = edev->pe_config_addr;
/linux-master/arch/powerpc/include/asm/
H A Deeh.h136 int pe_config_addr; /* PE config address */ member in struct:eeh_dev
159 ((edev)->pe ? (edev)->pe_config_addr : 0xffff), ##__VA_ARGS__)
/linux-master/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c79 edev->pe_config_addr = (pdn->busno << 16) | (pdn->devfn << 8);
89 * pseries_eeh_get_pe_config_addr - Find the pe_config_addr for a device
93 * pe_config_addr) as a handle to a given PE. This function finds the
94 * pe_config_addr based on the device's config addr.
96 * Keep in mind that the pe_config_addr *might* be numerically identical to the
99 * Returns the pe_config_addr, or a negative error code.
145 * PAPR does describe a process for finding the pe_config_addr that was
425 /* first up, find the pe_config_addr for the PE containing the device */
428 eeh_edev_dbg(edev, "Unable to find pe_config_addr\n");
444 edev->pe_config_addr
[all...]
/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c375 edev->pe_config_addr = phb->ioda.pe_rmap[config_addr];

Completed in 132 milliseconds