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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-sead3/
H A Dsead3-pic32-bus.c37 static void __iomem *bus_xfer = (void __iomem *)0xbf000600; variable
60 (void) readl(bus_xfer);
76 writel((PIC32_RD << 24) | (reg & 0x00ffffff), bus_xfer);
79 status = readl(bus_xfer);
81 val = readl(bus_xfer);
100 writel((PIC32_WR << 24) | (reg & 0x00ffffff), bus_xfer);
102 writel(val, bus_xfer);
105 status = readl(bus_xfer);

Completed in 106 milliseconds