Searched refs:I2CCON_RCEN (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-i2c-drv.c43 #define I2CCON_RCEN (1<<3) macro
133 (I2CCON_ACKEN|I2CCON_RCEN|I2CCON_PEN|I2CCON_RSEN|I2CCON_SEN)) == 0) &&
157 pic32_bus_writel(I2CCON_RCEN, adap->base + PIC32_I2CxCONSET);
159 while (pic32_bus_readl(adap->base + PIC32_I2CxCON) & I2CCON_RCEN)

Completed in 106 milliseconds