Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Deeh_driver.c78 return !edev || (edev->mode & EEH_DEV_REMOVED); in eeh_dev_removed()
1092 eeh_pe_dev_mode_mark(pe, EEH_DEV_REMOVED); in eeh_handle_normal_event()
1095 eeh_pe_dev_mode_mark(pe, EEH_DEV_REMOVED); in eeh_handle_normal_event()
H A Dpci_of_scan.c376 if (edev && (edev->mode & EEH_DEV_REMOVED)) in of_scan_pci_dev()
/linux/arch/powerpc/include/asm/
H A Deeh.h130 #define EEH_DEV_REMOVED (1 << 10) /* Removed permanently */ macro
/linux/arch/powerpc/platforms/powernv/
H A Dpci.c663 if (edev->mode & EEH_DEV_REMOVED) in pnv_pci_cfg_check()