Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Di2c-uclass.c53 uint8_t offset_buf[], struct i2c_msg *msg) in i2c_setup_offset() argument
63 msg->buf = offset_buf; in i2c_setup_offset()
69 *offset_buf++ = offset >> (8 * offset_len); in i2c_setup_offset()
81 uint8_t offset_buf[I2C_MAX_OFFSET_LEN]; in i2c_read_bytewise() local
86 if (i2c_setup_offset(chip, offset + i, offset_buf, msg)) in i2c_read_bytewise()
133 uint8_t offset_buf[I2C_MAX_OFFSET_LEN]; in dm_i2c_read() local
141 if (!i2c_setup_offset(chip, offset, offset_buf, ptr)) in dm_i2c_read()