Home
last modified time | relevance | path

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

/arch/mips/pci/
Dops-tx3927.c53 tx3927_pcicptr->ica = in mkaddr()
59 tx3927_pcicptr->pcistat |= PCI_STATUS_REC_MASTER_ABORT; in mkaddr()
60 tx3927_pcicptr->pcistatim &= ~PCI_STATUS_REC_MASTER_ABORT; in mkaddr()
66 if (tx3927_pcicptr->pcistat & PCI_STATUS_REC_MASTER_ABORT) { in check_abort()
67 tx3927_pcicptr->pcistat |= PCI_STATUS_REC_MASTER_ABORT; in check_abort()
68 tx3927_pcicptr->pcistatim |= PCI_STATUS_REC_MASTER_ABORT; in check_abort()
86 *val = *(volatile u8 *) ((unsigned long) & tx3927_pcicptr->icd | (where & 3)); in tx3927_pci_read_config()
90 *val = le16_to_cpu(*(volatile u16 *) ((unsigned long) & tx3927_pcicptr->icd | (where & 3))); in tx3927_pci_read_config()
94 *val = le32_to_cpu(tx3927_pcicptr->icd); in tx3927_pci_read_config()
109 *(volatile u8 *) ((unsigned long) & tx3927_pcicptr->icd | (where & 3)) = val; in tx3927_pci_write_config()
[all …]
/arch/mips/include/asm/txx9/
Dtx3927.h319 #define tx3927_pcicptr ((struct tx3927_pcic_reg *)TX3927_PCIC_REG) macro