Searched refs:I2C_MAX_OFFSET_LEN (Results 1 – 1 of 1) sorted by relevance
18 #define I2C_MAX_OFFSET_LEN 4 macro63 assert(chip->offset_len <= I2C_MAX_OFFSET_LEN); in i2c_setup_offset()78 uint8_t offset_buf[I2C_MAX_OFFSET_LEN]; in i2c_read_bytewise()107 uint8_t buf[I2C_MAX_OFFSET_LEN + 1]; in i2c_write_bytewise()130 uint8_t offset_buf[I2C_MAX_OFFSET_LEN]; in dm_i2c_read()186 uint8_t buf[I2C_MAX_OFFSET_LEN + len]; in dm_i2c_write()197 buf = malloc(I2C_MAX_OFFSET_LEN + len); in dm_i2c_write()454 if (offset_len > I2C_MAX_OFFSET_LEN) in i2c_set_chip_offset_len()