Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/pci/
Dops-pnx8550.c37 pci_stat = inl(PCI_BASE | PCI_GPPM_STATUS); in clear_status()
61 if (inl(PCI_BASE | PCI_GPPM_STATUS)) { in config_access()
63 while (!(inl(PCI_BASE | PCI_GPPM_STATUS) == 0)) ; in config_access()
78 if (inl(PCI_BASE | PCI_GPPM_STATUS) & GPPM_DONE) { in config_access()
85 } else if (inl(PCI_BASE | PCI_GPPM_STATUS) & GPPM_R_MABORT) { in config_access()
/linux-2.6.39/arch/mips/include/asm/mach-pnx8550/
Dpci.h147 #define PCI_GPPM_STATUS 0x040FC0 macro