Searched refs:max_rx_size (Results 1 – 2 of 2) sorted by relevance
128 int thc_i2c_set_rx_max_size(struct thc_device *dev, u32 max_rx_size);
1585 int thc_i2c_set_rx_max_size(struct thc_device *dev, u32 max_rx_size) in thc_i2c_set_rx_max_size() argument1593 if (!max_rx_size) in thc_i2c_set_rx_max_size()1600 val |= FIELD_PREP(THC_M_PRT_SPI_ICRRD_OPCODE_I2C_MAX_SIZE, max_rx_size); in thc_i2c_set_rx_max_size()1606 dev->i2c_max_rx_size = max_rx_size; in thc_i2c_set_rx_max_size()