Lines Matching refs:addr
120 int addr = i2c_8bit_addr_from_msg(msg);
123 msg->addr, msg->flags & I2C_M_RD ? 'R' : 'W', addr);
125 pca_outw(adap, I2C_PCA_DAT, addr);
209 int addr, i;
212 addr = (0x7f & msg->addr) ;
216 curmsg, msg->len, addr, (addr << 1) | 1);
219 curmsg, msg->len, addr, addr << 1,