Searched refs:I2C_MAX_OFFSET_LEN (Results 1 – 1 of 1) sorted by relevance
17 #define I2C_MAX_OFFSET_LEN 4 macro56 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()