Searched refs:tx4927_ccfgptr (Results 1 – 2 of 2) sorted by relevance
223 (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 …]
269 #define tx4927_ccfgptr ((struct tx4927_ccfg_reg *)TX4927_CCFG_REG) macro