Searched refs:DLN2_I2C_MAX_XFER_SIZE (Results 1 – 1 of 1) sorted by relevance
41 #define DLN2_I2C_MAX_XFER_SIZE 256 macro42 #define DLN2_I2C_BUF_SIZE (DLN2_I2C_MAX_XFER_SIZE + 16)82 u8 buf[DLN2_I2C_MAX_XFER_SIZE]; in dln2_i2c_write()95 len = sizeof(*tx) + data_len - DLN2_I2C_MAX_XFER_SIZE; in dln2_i2c_write()116 u8 buf[DLN2_I2C_MAX_XFER_SIZE]; in dln2_i2c_read()185 .max_read_len = DLN2_I2C_MAX_XFER_SIZE,186 .max_write_len = DLN2_I2C_MAX_XFER_SIZE,