Searched refs:g2pcfgdata (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dops-tx4927.c102 return __raw_readb((void __iomem *)&pcicptr->g2pcfgdata + offset);
109 return __raw_readw((void __iomem *)&pcicptr->g2pcfgdata + offset);
113 return __raw_readl(&pcicptr->g2pcfgdata);
121 __raw_writeb(val, (void __iomem *)&pcicptr->g2pcfgdata + offset);
129 __raw_writew(val, (void __iomem *)&pcicptr->g2pcfgdata + offset);
133 __raw_writel(val, &pcicptr->g2pcfgdata);
451 || i == offsetof(struct tx4927_pcic_reg, g2pcfgdata)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/txx9/
H A Dtx4927pcic.h64 u32 g2pcfgdata; member in struct:tx4927_pcic_reg

Completed in 55 milliseconds