Lines Matching refs:reg_addr
96 cx_write(bus->reg_addr, msg->addr << 25); in i2c_sendbytes()
120 cx_write(bus->reg_addr, addr); in i2c_sendbytes()
146 cx_write(bus->reg_addr, addr); in i2c_sendbytes()
187 cx_write(bus->reg_addr, msg->addr << 25); in i2c_readbytes()
212 cx_write(bus->reg_addr, msg->addr << 25); in i2c_readbytes()
358 int cx25821_i2c_read(struct cx25821_i2c *bus, u16 reg_addr, int *value) in cx25821_i2c_read() argument
379 addr[0] = (reg_addr >> 8); in cx25821_i2c_read()
380 addr[1] = (reg_addr & 0xff); in cx25821_i2c_read()
392 int cx25821_i2c_write(struct cx25821_i2c *bus, u16 reg_addr, int value) in cx25821_i2c_write() argument
407 buf[0] = reg_addr >> 8; in cx25821_i2c_write()
408 buf[1] = reg_addr & 0xff; in cx25821_i2c_write()