Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/jmr3927/rbhma3100/
Dpci_ops.c76 tx3927_pcicptr->ica = ((bus & 0xff) << 0x10) | in mkaddr()
80 tx3927_pcicptr->pcistat |= PCI_STATUS_REC_MASTER_ABORT; in mkaddr()
81 tx3927_pcicptr->pcistatim &= ~PCI_STATUS_REC_MASTER_ABORT; in mkaddr()
89 if (tx3927_pcicptr->pcistat & PCI_STATUS_REC_MASTER_ABORT) { in check_abort()
90 tx3927_pcicptr->pcistat |= PCI_STATUS_REC_MASTER_ABORT; in check_abort()
91 tx3927_pcicptr->pcistatim |= PCI_STATUS_REC_MASTER_ABORT; in check_abort()
122 *val = *(volatile u8 *)((ulong)&tx3927_pcicptr->icd | (where&3)); in jmr3927_pcibios_read_config_byte()
150 *val = le16_to_cpu(*(volatile u16 *)((ulong)&tx3927_pcicptr->icd | (where&3))); in jmr3927_pcibios_read_config_word()
178 *val = le32_to_cpu(tx3927_pcicptr->icd); in jmr3927_pcibios_read_config_dword()
200 *(volatile u8 *)((ulong)&tx3927_pcicptr->icd | (where&3)) = val; in jmr3927_pcibios_write_config_byte()
[all …]
Dsetup.c433 tx3927_pcicptr->did, tx3927_pcicptr->vid, in tx3927_setup()
434 tx3927_pcicptr->rid); in tx3927_setup()
451 tx3927_pcicptr->lbc = TX3927_PCIC_LBC_EPCAD; in tx3927_setup()
453 tx3927_pcicptr->lbc |= TX3927_PCIC_LBC_IBSE | in tx3927_setup()
458 tx3927_pcicptr->iomas = ~(mips_pci_io_size - 1); in tx3927_setup()
459 tx3927_pcicptr->ilbioma = mips_pci_io_base; in tx3927_setup()
460 tx3927_pcicptr->ipbioma = mips_pci_io_pciaddr; in tx3927_setup()
461 tx3927_pcicptr->mmas = ~(mips_pci_mem_size - 1); in tx3927_setup()
462 tx3927_pcicptr->ilbmma = mips_pci_mem_base; in tx3927_setup()
463 tx3927_pcicptr->ipbmma = mips_pci_mem_base; in tx3927_setup()
[all …]
Dirq.c76 return (tx3927_pcicptr->iiadp >> 24) & 0xff; in jmr3927_gen_iack()
78 return tx3927_pcicptr->iiadp & 0xff; in jmr3927_gen_iack()
355 tx3927_pcicptr->pcistat, tx3927_pcicptr->lbstat); in jmr3927_pcierr_interrupt()
/linux-2.4.37.9/include/asm-mips/jmr3927/
Dtx3927.h357 #define tx3927_pcicptr ((struct tx3927_pcic_reg *)TX3927_PCIC_REG) macro