Home
last modified time | relevance | path

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

/linux-6.6.21/arch/mips/pci/
Dpci-ip32.c38 if (flags & MACEPCI_ERROR_MASTER_ABORT) { in macepci_error()
40 flags &= ~MACEPCI_ERROR_MASTER_ABORT; in macepci_error()
Dops-mace.c60 mace->pci.error &= ~MACEPCI_ERROR_MASTER_ABORT; in mace_pci_read_config()
/linux-6.6.21/arch/mips/include/asm/ip32/
Dmace.h26 #define MACEPCI_ERROR_MASTER_ABORT BIT(31) macro