Searched refs:I2C_MAX_XFER_SIZE (Results 1 – 1 of 1) sorted by relevance
52 #define I2C_MAX_XFER_SIZE (EDID_BLOCK_SIZE + 2) macro147 u8 data[I2C_MAX_XFER_SIZE]; in i2c_wr()149 if ((2 + n) > I2C_MAX_XFER_SIZE) { in i2c_wr()150 n = I2C_MAX_XFER_SIZE - 2; in i2c_wr()