Searched refs:pic32_bus_readl (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/mti-sead3/
H A Dsead3-pic32-i2c-drv.c92 extern u32 pic32_bus_readl(u32 reg);
132 if (((pic32_bus_readl(adap->base + PIC32_I2CxCON) &
134 ((pic32_bus_readl(adap->base + PIC32_I2CxSTAT) &
149 return pic32_bus_readl(adap->base + PIC32_I2CxSTAT) & I2CSTAT_IWCOL;
159 while (pic32_bus_readl(adap->base + PIC32_I2CxCON) & I2CCON_RCEN)
164 return pic32_bus_readl(adap->base + PIC32_I2CxRCV);
183 if (pic32_bus_readl(adap->base + PIC32_I2CxSTAT) & I2CSTAT_ACKSTAT)
227 if (pic32_bus_readl(adap->base + PIC32_I2CxSTAT) & I2CSTAT_ACKSTAT)
H A Dsead3-pic32-bus.c67 u32 pic32_bus_readl(u32 reg) function
84 pr_debug("pic32_bus_readl: *%x -> %x (status=%x)\n", reg, val, status);

Completed in 105 milliseconds