Home
last modified time | relevance | path

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

/arch/powerpc/platforms/pseries/
Deeh.c147 if (pdn->eeh_pe_config_addr) in rtas_slot_error_detail()
148 config_addr = pdn->eeh_pe_config_addr; in rtas_slot_error_detail()
292 if (pdn->eeh_pe_config_addr) in read_slot_reset_state()
293 config_addr = pdn->eeh_pe_config_addr; in read_slot_reset_state()
498 if (!pdn->eeh_config_addr && !pdn->eeh_pe_config_addr) { in eeh_dn_check_failure()
646 if (pdn->eeh_pe_config_addr) in rtas_pci_enable()
647 config_addr = pdn->eeh_pe_config_addr; in rtas_pci_enable()
694 if (pdn->eeh_pe_config_addr) in rtas_pci_slot_reset()
695 config_addr = pdn->eeh_pe_config_addr; in rtas_pci_slot_reset()
895 if (pdn->eeh_pe_config_addr) in rtas_configure_bridge()
[all …]
Deeh_sysfs.c58 EEH_SHOW_ATTR(eeh_pe_config_addr, eeh_pe_config_addr, "0x%x");
Deeh_driver.c56 pdn->eeh_pe_config_addr, pdn->node->full_name);
279 if (pe_dn->eeh_pe_config_addr == ppe->eeh_pe_config_addr) { in eeh_reset_device()
/arch/powerpc/include/asm/
Dpci-bridge.h212 int eeh_pe_config_addr; /* new-style partition endpoint address */ member