Home
last modified time | relevance | path

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

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