Searched refs:PCI_ISTAT_IDICC (Results 1 – 2 of 2) sorted by relevance
280 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 …]
40 #define PCI_ISTAT_IDICC 0x1000 macro