Lines Matching refs:MPC_I2C_SR
40 #define MPC_I2C_SR 0x0c
132 writeb(0, i2c->base + MPC_I2C_SR); /* clear any status bits */
151 void __iomem *addr = i2c->base + MPC_I2C_SR;
189 val = readb(i2c->base + MPC_I2C_SR);
648 status = readb(i2c->base + MPC_I2C_SR);
651 readb_poll_timeout_atomic(i2c->base + MPC_I2C_SR, status, status & CSR_MCF, 0, 100);
652 writeb(0, i2c->base + MPC_I2C_SR);
687 writeb(0, i2c->base + MPC_I2C_SR);
703 while (readb(i2c->base + MPC_I2C_SR) & CSR_MBB) {
705 u8 status = readb(i2c->base + MPC_I2C_SR);
710 i2c->base + MPC_I2C_SR);