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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-mpc.c31 #define MPC_I2C_SR 0x0c macro
68 if (readb(i2c->base + MPC_I2C_SR) & CSR_MIF) {
70 i2c->interrupt = readb(i2c->base + MPC_I2C_SR);
71 writeb(0, i2c->base + MPC_I2C_SR);
85 while (!(readb(i2c->base + MPC_I2C_SR) & CSR_MIF)) {
93 x = readb(i2c->base + MPC_I2C_SR);
94 writeb(0, i2c->base + MPC_I2C_SR);
148 writeb(0, i2c->base + MPC_I2C_SR);
241 while (readb(i2c->base + MPC_I2C_SR) & CSR_MBB) {

Completed in 49 milliseconds