Home
last modified time | relevance | path

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

/arch/arm/mach-ixp4xx/
Dcommon-pci.c86 unsigned long isr = *PCI_ISR; in check_master_abort()
90 *PCI_ISR = PCI_ISR_PFE; in check_master_abort()
298 isr = *PCI_ISR; in abort_handler()
304 *PCI_ISR = PCI_ISR_PFE; in abort_handler()
400 *PCI_ISR = PCI_ISR_PSE | PCI_ISR_PFE | PCI_ISR_PPE | PCI_ISR_AHBE; in ixp4xx_pci_preinit()
/arch/arm/mach-ixp4xx/include/mach/
Dixp4xx-regs.h328 #define PCI_ISR IXP4XX_PCI_CSR(PCI_ISR_OFFSET) macro