g2pcfgdata         64 arch/mips/include/asm/txx9/tx4927pcic.h 	u32 g2pcfgdata;
g2pcfgdata         99 arch/mips/pci/ops-tx4927.c 	return __raw_readb((void __iomem *)&pcicptr->g2pcfgdata + offset);
g2pcfgdata        106 arch/mips/pci/ops-tx4927.c 	return __raw_readw((void __iomem *)&pcicptr->g2pcfgdata + offset);
g2pcfgdata        110 arch/mips/pci/ops-tx4927.c 	return __raw_readl(&pcicptr->g2pcfgdata);
g2pcfgdata        118 arch/mips/pci/ops-tx4927.c 	__raw_writeb(val, (void __iomem *)&pcicptr->g2pcfgdata + offset);
g2pcfgdata        126 arch/mips/pci/ops-tx4927.c 	__raw_writew(val, (void __iomem *)&pcicptr->g2pcfgdata + offset);
g2pcfgdata        130 arch/mips/pci/ops-tx4927.c 	__raw_writel(val, &pcicptr->g2pcfgdata);
g2pcfgdata        449 arch/mips/pci/ops-tx4927.c 		    || i == offsetof(struct tx4927_pcic_reg, g2pcfgdata)) {