Home
last modified time | relevance | path

Searched refs:MACEPCI_ERROR_ILLEGAL_CMD (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/mips/pci/
H A Dpci-ip32.c54 if (flags & MACEPCI_ERROR_ILLEGAL_CMD) { in macepci_error()
56 flags &= ~MACEPCI_ERROR_ILLEGAL_CMD; in macepci_error()
/openbmc/linux/arch/mips/include/asm/ip32/
H A Dmace.h30 #define MACEPCI_ERROR_ILLEGAL_CMD BIT(27) macro