Lines Matching defs:byte_posn
99 u32 byte_posn;
547 if (i2c->byte_posn || !recv_len) {
549 if (i2c->byte_posn == msg->len - 2)
552 if (i2c->byte_posn == msg->len - 1)
560 if (i2c->byte_posn == 0 && recv_len) {
577 msg->buf[i2c->byte_posn++] = byte;
582 msg->buf[i2c->byte_posn]);
583 writeb(msg->buf[i2c->byte_posn++], i2c->base + MPC_I2C_DR);
596 if (msg && msg->len == i2c->byte_posn) {
598 i2c->byte_posn = 0;
682 i2c->byte_posn = 0;