Lines Matching refs:tx4927_pcic_reg
22 struct tx4927_pcic_reg __iomem *pcicptr;
26 struct tx4927_pcic_reg __iomem *pcicptr)
46 struct tx4927_pcic_reg __iomem *get_tx4927_pcicptr(
59 struct tx4927_pcic_reg __iomem *pcicptr)
75 static int check_abort(struct tx4927_pcic_reg __iomem *pcicptr)
94 static u8 icd_readb(int offset, struct tx4927_pcic_reg __iomem *pcicptr)
101 static u16 icd_readw(int offset, struct tx4927_pcic_reg __iomem *pcicptr)
108 static u32 icd_readl(struct tx4927_pcic_reg __iomem *pcicptr)
113 struct tx4927_pcic_reg __iomem *pcicptr)
121 struct tx4927_pcic_reg __iomem *pcicptr)
128 static void icd_writel(u32 val, struct tx4927_pcic_reg __iomem *pcicptr)
133 static struct tx4927_pcic_reg __iomem *pci_bus_to_pcicptr(struct pci_bus *bus)
142 struct tx4927_pcic_reg __iomem *pcicptr = pci_bus_to_pcicptr(bus);
164 struct tx4927_pcic_reg __iomem *pcicptr = pci_bus_to_pcicptr(bus);
219 void __init tx4927_pcic_setup(struct tx4927_pcic_reg __iomem *pcicptr,
366 static void tx4927_report_pcic_status1(struct tx4927_pcic_reg __iomem *pcicptr)
434 static void tx4927_dump_pcic_settings1(struct tx4927_pcic_reg __iomem *pcicptr)
440 for (i = 0; i < sizeof(struct tx4927_pcic_reg); i += 4, preg++) {
446 if (i == offsetof(struct tx4927_pcic_reg, g2pintack)
447 || i == offsetof(struct tx4927_pcic_reg, g2pspc)
448 || i == offsetof(struct tx4927_pcic_reg, g2pcfgadrs)
449 || i == offsetof(struct tx4927_pcic_reg, g2pcfgdata)) {
471 struct tx4927_pcic_reg __iomem *pcicptr =
472 (struct tx4927_pcic_reg __iomem *)(unsigned long)dev_id;
497 struct tx4927_pcic_reg __iomem *pcicptr = pci_bus_to_pcicptr(dev->bus);