Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/
H A Dcommon-pci.c82 unsigned long isr = *PCI_ISR; in check_master_abort()
86 *PCI_ISR = PCI_ISR_PFE; in check_master_abort()
294 isr = *PCI_ISR; in abort_handler()
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()
/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/
H A Dixp4xx-regs.h230 #define PCI_ISR IXP4XX_PCI_CSR(PCI_ISR_OFFSET) macro