Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-ixp4xx/ !
Dcommon-pci.c88 if (isr & PCI_ISR_PFE) { in check_master_abort()
90 *PCI_ISR = PCI_ISR_PFE; in check_master_abort()
304 *PCI_ISR = PCI_ISR_PFE; in abort_handler()
426 *PCI_ISR = PCI_ISR_PSE | PCI_ISR_PFE | PCI_ISR_PPE | PCI_ISR_AHBE; in ixp4xx_pci_preinit()
/linux-3.4.99/arch/arm/mach-ixp4xx/include/mach/ !
Dixp4xx-regs.h367 #define PCI_ISR_PFE 0x00000002 macro