Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Di2c-uclass.c17 #define I2C_MAX_OFFSET_LEN 4 macro
56 assert(chip->offset_len <= I2C_MAX_OFFSET_LEN); in i2c_setup_offset()
71 uint8_t offset_buf[I2C_MAX_OFFSET_LEN]; in i2c_read_bytewise()
100 uint8_t buf[I2C_MAX_OFFSET_LEN + 1]; in i2c_write_bytewise()
123 uint8_t offset_buf[I2C_MAX_OFFSET_LEN]; in dm_i2c_read()
179 uint8_t buf[I2C_MAX_OFFSET_LEN + len]; in dm_i2c_write()
190 buf = malloc(I2C_MAX_OFFSET_LEN + len); in dm_i2c_write()
451 if (offset_len > I2C_MAX_OFFSET_LEN) in i2c_set_chip_offset_len()