Searched refs:tx4927_pcicptr (Results 1 – 3 of 3) sorted by relevance
177 unsigned long *preg = (unsigned long *) tx4927_pcicptr; in tx4927_dump_pcic_settings()181 if (preg == &tx4927_pcicptr->g2pintack in tx4927_dump_pcic_settings()182 || preg == &tx4927_pcicptr->g2pspc in tx4927_dump_pcic_settings()184 || preg == &tx4927_pcicptr->g2pcfgadrs in tx4927_dump_pcic_settings()185 || preg == &tx4927_pcicptr->g2pcfgdata in tx4927_dump_pcic_settings()193 if (preg == &tx4927_pcicptr->g2pcfgadrs) in tx4927_dump_pcic_settings()208 ((tx4927_pcicptr->pcistatus >> 16) & 0xf900) == in tx4927_pcierr_interrupt()210 tx4927_pcicptr->pcistatus = in tx4927_pcierr_interrupt()211 (tx4927_pcicptr-> in tx4927_pcierr_interrupt()220 (unsigned short) (tx4927_pcicptr->pcistatus >> 16), in tx4927_pcierr_interrupt()[all …]
81 tx4927_pcicptr->g2pcfgadrs = ((bus & 0xff) << 0x10) | in mkaddr()88 tx4927_pcicptr->g2pcfgadrs = ((bus & 0xff) << 0x10) | in mkaddr()92 tx4927_pcicptr->pcistatus = in mkaddr()93 (tx4927_pcicptr->pcistatus & 0x0000ffff) | in mkaddr()95 tx4927_pcicptr->pcimask &= ~PCI_STATUS_REC_MASTER_ABORT; in mkaddr()102 if (tx4927_pcicptr-> in check_abort()104 tx4927_pcicptr->pcistatus = in check_abort()105 (tx4927_pcicptr-> in check_abort()108 tx4927_pcicptr->pcimask |= PCI_STATUS_REC_MASTER_ABORT; in check_abort()141 *(volatile u8 *) ((ulong) & tx4927_pcicptr-> in tx4927_pcibios_read_config_byte()[all …]
268 #define tx4927_pcicptr ((struct tx4927_pcic_reg *)TX4927_PCIC_REG) macro