Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/
Dcommon-pci.c84 if (isr & PCI_ISR_PFE) { in check_master_abort()
86 *PCI_ISR = PCI_ISR_PFE; in check_master_abort()
300 *PCI_ISR = PCI_ISR_PFE; in abort_handler()
396 *PCI_ISR = PCI_ISR_PSE | PCI_ISR_PFE | PCI_ISR_PPE | PCI_ISR_AHBE; in ixp4xx_pci_preinit()
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/include/mach/
Dixp4xx-regs.h261 #define PCI_ISR_PFE 0x00000002 macro