Home
last modified time | relevance | path

Searched refs:offset_buf (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/i2c/
H A Di2c-uclass.c46 uint8_t offset_buf[], struct i2c_msg *msg) in i2c_setup_offset() argument
53 msg->buf = offset_buf; in i2c_setup_offset()
59 *offset_buf++ = offset >> (8 * offset_len); in i2c_setup_offset()
71 uint8_t offset_buf[I2C_MAX_OFFSET_LEN]; in i2c_read_bytewise() local
76 if (i2c_setup_offset(chip, offset + i, offset_buf, msg)) in i2c_read_bytewise()
123 uint8_t offset_buf[I2C_MAX_OFFSET_LEN]; in dm_i2c_read() local
131 if (!i2c_setup_offset(chip, offset, offset_buf, ptr)) in dm_i2c_read()