Lines Matching refs:addr
71 u32 wdata, addr, ctrl;
82 cx_write(bus->reg_addr, msg->addr << 25);
96 addr = (msg->addr << 25) | msg->buf[0];
106 cx_write(bus->reg_addr, addr);
132 cx_write(bus->reg_addr, addr);
173 cx_write(bus->reg_addr, msg->addr << 25);
188 dprintk(1, " <R %02x", (msg->addr << 1) + 1);
198 cx_write(bus->reg_addr, msg->addr << 25);
233 dprintk(1, "%s(num = %d) addr = 0x%02x len = 0x%x\n",
234 __func__, num, msgs[i].addr, msgs[i].len);
240 msgs[i].addr == msgs[i + 1].addr) {
308 bus->i2c_client.addr = (0x88 >> 1);
322 /* write 0 to bus 2 addr 0x144 via i2x_xfer() */
335 msg.addr = 0x44;
348 u8 addr[2] = { 0, 0 };
353 .addr = client->addr,
356 .buf = addr,
358 .addr = client->addr,
365 addr[0] = (reg_addr >> 8);
366 addr[1] = (reg_addr & 0xff);
367 msgs[0].addr = 0x44;
368 msgs[1].addr = 0x44;
386 .addr = client->addr,
400 msgs[0].addr = 0x44;