Searched refs:pe_config_addr (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | eeh_sysfs.c | 38 EEH_SHOW_ATTR(eeh_pe_config_addr, pe_config_addr, "0x%x");
|
H A D | eeh_pe.c | 298 * Add EEH device to the PE in edev->pe_config_addr. If a PE already 317 pe = eeh_pe_get(hose, edev->pe_config_addr); in eeh_pe_tree_insert() 358 pe->addr = edev->pe_config_addr; in eeh_pe_tree_insert()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | eeh_sysfs.c | 39 EEH_SHOW_ATTR(eeh_pe_config_addr, pe_config_addr, "0x%x");
|
H A D | eeh_pe.c | 299 * 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); in eeh_pe_tree_insert() 359 pe->addr = edev->pe_config_addr; in eeh_pe_tree_insert()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | eeh.h | 136 int pe_config_addr; /* PE config address */ member 159 ((edev)->pe ? (edev)->pe_config_addr : 0xffff), ##__VA_ARGS__)
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | eeh.h | 136 int pe_config_addr; /* PE config address */ member 159 ((edev)->pe ? (edev)->pe_config_addr : 0xffff), ##__VA_ARGS__)
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | eeh_pseries.c | 77 edev->pe_config_addr = (pdn->busno << 16) | (pdn->devfn << 8); in pseries_pcibios_bus_add_device() 87 * pseries_eeh_get_pe_config_addr - Find the pe_config_addr for a device 91 * pe_config_addr) as a handle to a given PE. This function finds the 92 * pe_config_addr based on the device's config addr. 94 * Keep in mind that the pe_config_addr *might* be numerically identical to the 97 * Returns the pe_config_addr, or a negative error code. 143 * PAPR does describe a process for finding the pe_config_addr that was in pseries_eeh_get_pe_config_addr() 423 /* first up, find the pe_config_addr for the PE containing the device */ in pseries_eeh_init_edev() 426 eeh_edev_dbg(edev, "Unable to find pe_config_addr\n"); in pseries_eeh_init_edev() 442 edev->pe_config_addr in pseries_eeh_init_edev() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | eeh_pseries.c | 79 edev->pe_config_addr = (pdn->busno << 16) | (pdn->devfn << 8); in pseries_pcibios_bus_add_device() 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 in pseries_eeh_get_pe_config_addr() 425 /* first up, find the pe_config_addr for the PE containing the device */ in pseries_eeh_init_edev() 428 eeh_edev_dbg(edev, "Unable to find pe_config_addr\n"); in pseries_eeh_init_edev() 444 edev->pe_config_addr in pseries_eeh_init_edev() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | eeh-powernv.c | 374 edev->pe_config_addr = phb->ioda.pe_rmap[config_addr]; in pnv_eeh_probe()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | eeh-powernv.c | 375 edev->pe_config_addr = phb->ioda.pe_rmap[config_addr]; in pnv_eeh_probe()
|
Completed in 18 milliseconds