Home
last modified time | relevance | path

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

/u-boot/drivers/i2c/
A Di2c-uclass.c23 #define I2C_MAX_OFFSET_LEN 4 macro
71 assert(offset_len <= I2C_MAX_OFFSET_LEN); in i2c_setup_offset()
86 uint8_t offset_buf[I2C_MAX_OFFSET_LEN]; in i2c_read_bytewise()
115 uint8_t buf[I2C_MAX_OFFSET_LEN + 1]; in i2c_write_bytewise()
138 uint8_t offset_buf[I2C_MAX_OFFSET_LEN]; in dm_i2c_read()
194 uint8_t buf[I2C_MAX_OFFSET_LEN + len]; in dm_i2c_write()
205 buf = malloc(I2C_MAX_OFFSET_LEN + len); in dm_i2c_write()
463 if (offset_len > I2C_MAX_OFFSET_LEN) in i2c_set_chip_offset_len()

Completed in 3 milliseconds