Lines Matching refs:reg_addr
82 cx_write(bus->reg_addr, msg->addr << 25);
106 cx_write(bus->reg_addr, addr);
132 cx_write(bus->reg_addr, addr);
173 cx_write(bus->reg_addr, msg->addr << 25);
198 cx_write(bus->reg_addr, msg->addr << 25);
344 int cx25821_i2c_read(struct cx25821_i2c *bus, u16 reg_addr, int *value)
365 addr[0] = (reg_addr >> 8);
366 addr[1] = (reg_addr & 0xff);
378 int cx25821_i2c_write(struct cx25821_i2c *bus, u16 reg_addr, int value)
393 buf[0] = reg_addr >> 8;
394 buf[1] = reg_addr & 0xff;