Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/jmr3927/rbhma3100/
Dpci_ops.c280 while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)) ; in tc_readl()
283 tx3927_pcicptr->istat |= PCI_ISTAT_IDICC; in tc_readl()
293 while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)) ; in tc_writel()
295 tx3927_pcicptr->istat |= PCI_ISTAT_IDICC; in tc_writel()
317 while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)) ; in tx_ioinb()
321 tx3927_pcicptr->istat |= PCI_ISTAT_IDICC; in tx_ioinb()
345 while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)) ; in tx_iooutb()
347 tx3927_pcicptr->istat |= PCI_ISTAT_IDICC; in tx_iooutb()
365 while (!(tx3927_pcicptr->istat & PCI_ISTAT_IDICC)) ; in tx_ioinw()
369 tx3927_pcicptr->istat |= PCI_ISTAT_IDICC; in tx_ioinw()
[all …]
/linux-2.4.37.9/include/asm-mips/jmr3927/
Djmr3927.h40 #define PCI_ISTAT_IDICC 0x1000 macro