Searched refs:bcsr_regs (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/83xx/
H A Dmpc834x_mds.c53 void __iomem *bcsr_regs = NULL; local
99 bcsr_regs = ioremap(res.start, res.end - res.start + 1);
102 if (!bcsr_regs)
109 bcsr5 = in_8(bcsr_regs + 5);
111 out_8(bcsr_regs + 5, (bcsr5 | BCSR5_INT_USB));
112 iounmap(bcsr_regs);
H A Dmpc832x_mds.c57 static u8 *bcsr_regs = NULL; variable
77 bcsr_regs = ioremap(res.start, res.end - res.start +1);
101 bcsr_regs[9] &= ~0x20;
103 bcsr_regs[9] |= 0x20;
104 iounmap(bcsr_regs);
H A Dmpc836x_mds.c63 static u8 *bcsr_regs = NULL; variable
83 bcsr_regs = ioremap(res.start, res.end - res.start +1);
107 bcsr_regs[9] &= ~0x20;
109 bcsr_regs[9] |= 0x20;
110 iounmap(bcsr_regs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/85xx/
H A Dmpc85xx_mds.c75 static u8 *bcsr_regs = NULL; local
97 bcsr_regs = ioremap(res.start, res.end - res.start +1);
126 if (bcsr_regs) {
130 bcsr_phy = in_be8(&bcsr_regs[9]);
132 out_be8(&bcsr_regs[9], bcsr_phy);
136 bcsr_phy = in_be8(&bcsr_regs[9]);
138 out_be8(&bcsr_regs[9], bcsr_phy);
140 iounmap(bcsr_regs);

Completed in 45 milliseconds