Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/tx4927/toshiba_rbtx4927/
Dtoshiba_rbtx4927_setup.c223 (unsigned long) tx4927_ccfgptr->ccfg, in tx4927_pcierr_interrupt()
224 (unsigned long) (tx4927_ccfgptr->tear >> 32), in tx4927_pcierr_interrupt()
225 (unsigned long) tx4927_ccfgptr->tear); in tx4927_pcierr_interrupt()
251 tx4927_ccfgptr->clkctr |= TX4927_CLKCTR_PCIRST; in tx4927_reset_pci_pcic()
254 tx4927_ccfgptr->clkctr &= ~TX4927_CLKCTR_PCIRST; in tx4927_reset_pci_pcic()
268 if (tx4927_ccfgptr->ccfg & TX4927_CCFG_PCI66) in tx4927_pci66_setup()
274 tx4927_ccfgptr->ccfg |= TX4927_CCFG_PCI66; in tx4927_pci66_setup()
276 if (tx4927_ccfgptr->pcfg & TX4927_PCFG_PCICLKEN_ALL) { in tx4927_pci66_setup()
279 (unsigned long) tx4927_ccfgptr-> in tx4927_pci66_setup()
290 tx4927_ccfgptr->ccfg = in tx4927_pci66_setup()
[all …]
/linux-2.4.37.9/include/asm-mips/tx4927/
Dtx4927_pci.h269 #define tx4927_ccfgptr ((struct tx4927_ccfg_reg *)TX4927_CCFG_REG) macro