Searched refs:DLN2_I2C_MAX_XFER_SIZE (Results 1 – 1 of 1) sorted by relevance
39 #define DLN2_I2C_MAX_XFER_SIZE 256 macro40 #define DLN2_I2C_BUF_SIZE (DLN2_I2C_MAX_XFER_SIZE + 16)80 u8 buf[DLN2_I2C_MAX_XFER_SIZE]; in dln2_i2c_write()93 len = sizeof(*tx) + data_len - DLN2_I2C_MAX_XFER_SIZE; in dln2_i2c_write()114 u8 buf[DLN2_I2C_MAX_XFER_SIZE]; in dln2_i2c_read()183 .max_read_len = DLN2_I2C_MAX_XFER_SIZE,184 .max_write_len = DLN2_I2C_MAX_XFER_SIZE,