Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Deeh.h326 #define EEH_IO_ERROR_VALUE(size) (~0U >> ((4 - (size)) * 8)) macro
351 #define EEH_IO_ERROR_VALUE(size) (-1UL) macro
/linux/arch/powerpc/kernel/
H A Drtas_pci.c91 if (*val == EEH_IO_ERROR_VALUE(size) && in rtas_pci_read_config()
/linux/arch/powerpc/platforms/powernv/
H A Dpci.c695 if (*val == EEH_IO_ERROR_VALUE(size) && in pnv_pci_read_config()