tx3927_pcicptr     53 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->ica =
tx3927_pcicptr     59 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->pcistat |= PCI_STATUS_REC_MASTER_ABORT;
tx3927_pcicptr     60 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->pcistatim &= ~PCI_STATUS_REC_MASTER_ABORT;
tx3927_pcicptr     66 arch/mips/pci/ops-tx3927.c 	if (tx3927_pcicptr->pcistat & PCI_STATUS_REC_MASTER_ABORT) {
tx3927_pcicptr     67 arch/mips/pci/ops-tx3927.c 		tx3927_pcicptr->pcistat |= PCI_STATUS_REC_MASTER_ABORT;
tx3927_pcicptr     68 arch/mips/pci/ops-tx3927.c 		tx3927_pcicptr->pcistatim |= PCI_STATUS_REC_MASTER_ABORT;
tx3927_pcicptr     86 arch/mips/pci/ops-tx3927.c 		*val = *(volatile u8 *) ((unsigned long) & tx3927_pcicptr->icd | (where & 3));
tx3927_pcicptr     90 arch/mips/pci/ops-tx3927.c 		*val = le16_to_cpu(*(volatile u16 *) ((unsigned long) & tx3927_pcicptr->icd | (where & 3)));
tx3927_pcicptr     94 arch/mips/pci/ops-tx3927.c 		*val = le32_to_cpu(tx3927_pcicptr->icd);
tx3927_pcicptr    109 arch/mips/pci/ops-tx3927.c 		*(volatile u8 *) ((unsigned long) & tx3927_pcicptr->icd | (where & 3)) = val;
tx3927_pcicptr    113 arch/mips/pci/ops-tx3927.c 		*(volatile u16 *) ((unsigned long) & tx3927_pcicptr->icd | (where & 2)) =
tx3927_pcicptr    118 arch/mips/pci/ops-tx3927.c 		tx3927_pcicptr->icd = cpu_to_le32(val);
tx3927_pcicptr    147 arch/mips/pci/ops-tx3927.c 	       tx3927_pcicptr->did, tx3927_pcicptr->vid,
tx3927_pcicptr    148 arch/mips/pci/ops-tx3927.c 	       tx3927_pcicptr->rid,
tx3927_pcicptr    154 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->lbc = TX3927_PCIC_LBC_EPCAD;
tx3927_pcicptr    156 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->lbc |= TX3927_PCIC_LBC_IBSE |
tx3927_pcicptr    161 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->iomas = ~(io_size - 1);
tx3927_pcicptr    162 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->ilbioma = io_base;
tx3927_pcicptr    163 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->ipbioma = io_pciaddr;
tx3927_pcicptr    164 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->mmas = ~(mem_size - 1);
tx3927_pcicptr    165 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->ilbmma = mem_base;
tx3927_pcicptr    166 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->ipbmma = mem_pciaddr;
tx3927_pcicptr    168 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->iobas = 0xffffffff;
tx3927_pcicptr    169 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->ioba = 0;
tx3927_pcicptr    170 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->tlbioma = 0;
tx3927_pcicptr    171 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->mbas = ~(sdram_size - 1);
tx3927_pcicptr    172 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->mba = 0;
tx3927_pcicptr    173 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->tlbmma = 0;
tx3927_pcicptr    175 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->lbc |= TX3927_PCIC_LBC_ILMDE | TX3927_PCIC_LBC_ILIDE;
tx3927_pcicptr    178 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->lbstat = TX3927_PCIC_LBIM_ALL;
tx3927_pcicptr    180 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->lbim = TX3927_PCIC_LBIM_ALL;
tx3927_pcicptr    182 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->pcistat = TX3927_PCIC_PCISTATIM_ALL;
tx3927_pcicptr    184 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->pcistatim = TX3927_PCIC_PCISTATIM_ALL;
tx3927_pcicptr    187 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->il = TX3927_IR_PCI;
tx3927_pcicptr    189 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->tc = TX3927_PCIC_TC_OF8E | TX3927_PCIC_TC_IF8E;
tx3927_pcicptr    193 arch/mips/pci/ops-tx3927.c 		tx3927_pcicptr->pbapmc = TX3927_PCIC_PBAPMC_PBAEN;
tx3927_pcicptr    195 arch/mips/pci/ops-tx3927.c 	tx3927_pcicptr->pcicmd = PCI_COMMAND_MASTER |
tx3927_pcicptr    210 arch/mips/pci/ops-tx3927.c 		       tx3927_pcicptr->pcistat, tx3927_pcicptr->lbstat);
tx3927_pcicptr    214 arch/mips/pci/ops-tx3927.c 		tx3927_pcicptr->pcistat |= TX3927_PCIC_PCISTATIM_ALL;
tx3927_pcicptr    215 arch/mips/pci/ops-tx3927.c 		tx3927_pcicptr->istat = TX3927_PCIC_IIM_ALL;
tx3927_pcicptr    216 arch/mips/pci/ops-tx3927.c 		tx3927_pcicptr->tstat = TX3927_PCIC_TIM_ALL;
tx3927_pcicptr    217 arch/mips/pci/ops-tx3927.c 		tx3927_pcicptr->lbstat = TX3927_PCIC_LBIM_ALL;