Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Di2c-uclass.c18 #define I2C_MAX_OFFSET_LEN 4 macro
66 assert(offset_len <= I2C_MAX_OFFSET_LEN); in i2c_setup_offset()
81 uint8_t offset_buf[I2C_MAX_OFFSET_LEN]; in i2c_read_bytewise()
110 uint8_t buf[I2C_MAX_OFFSET_LEN + 1]; in i2c_write_bytewise()
133 uint8_t offset_buf[I2C_MAX_OFFSET_LEN]; in dm_i2c_read()
189 uint8_t buf[I2C_MAX_OFFSET_LEN + len]; in dm_i2c_write()
200 buf = malloc(I2C_MAX_OFFSET_LEN + len); in dm_i2c_write()
458 if (offset_len > I2C_MAX_OFFSET_LEN) in i2c_set_chip_offset_len()