Searched refs:recv_bytes (Results 1 – 1 of 1) sorted by relevance
1818 static int mlxbf_i2c_irq_send(struct mlxbf_i2c_priv *priv, u8 recv_bytes) in mlxbf_i2c_irq_send() argument1853 if (recv_bytes > 1) { in mlxbf_i2c_irq_send()1917 static int mlxbf_i2c_irq_recv(struct mlxbf_i2c_priv *priv, u8 recv_bytes) in mlxbf_i2c_irq_recv() argument1925 mlxbf_i2c_smbus_read_data(priv, data_desc, recv_bytes, in mlxbf_i2c_irq_recv()1946 for (byte = 1; byte < recv_bytes; byte++) { in mlxbf_i2c_irq_recv()1974 u8 recv_bytes; in mlxbf_i2c_irq() local2001 recv_bytes = (rw_bytes_reg >> 8) & GENMASK(7, 0); in mlxbf_i2c_irq()2013 recv_bytes = recv_bytes > MLXBF_I2C_SLAVE_DATA_DESC_SIZE ? in mlxbf_i2c_irq()2014 MLXBF_I2C_SLAVE_DATA_DESC_SIZE : recv_bytes; in mlxbf_i2c_irq()2017 mlxbf_i2c_irq_send(priv, recv_bytes); in mlxbf_i2c_irq()[all …]