Searched refs:txx9_pci_err_action (Results 1 - 3 of 3) sorted by last modified time

/linux-master/arch/mips/pci/
H A Dops-tx4927.c478 if (txx9_pci_err_action != TXX9_PCI_ERR_IGNORE) {
483 if (txx9_pci_err_action != TXX9_PCI_ERR_PANIC) {
/linux-master/arch/mips/txx9/generic/
H A Dpci.c241 enum txx9_pci_err_action txx9_pci_err_action = TXX9_PCI_ERR_REPORT; variable in typeref:enum:txx9_pci_err_action
426 txx9_pci_err_action = TXX9_PCI_ERR_PANIC;
428 txx9_pci_err_action = TXX9_PCI_ERR_IGNORE;
/linux-master/arch/mips/include/asm/txx9/
H A Dpci.h29 enum txx9_pci_err_action { enum
34 extern enum txx9_pci_err_action txx9_pci_err_action;

Completed in 243 milliseconds