Home
last modified time | relevance | path

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

/u-boot/drivers/i2c/
A Di2c-uclass.c60 uint8_t offset_buf[], struct i2c_msg *msg) in i2c_setup_offset() argument
70 msg->buf = offset_buf; in i2c_setup_offset()
76 *offset_buf++ = offset >> (8 * offset_len); in i2c_setup_offset()
88 uint8_t offset_buf[I2C_MAX_OFFSET_LEN]; in i2c_read_bytewise() local
93 if (i2c_setup_offset(chip, offset + i, offset_buf, msg)) in i2c_read_bytewise()
140 uint8_t offset_buf[I2C_MAX_OFFSET_LEN]; in dm_i2c_read() local
148 if (!i2c_setup_offset(chip, offset, offset_buf, ptr)) in dm_i2c_read()

Completed in 6 milliseconds