Lines Matching refs:tx3927_pcicptr

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