Home
last modified time | relevance | path

Searched refs:ID_LAST_MSG (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/i2c/busses/
Di2c-rcar.c119 #define ID_LAST_MSG BIT(0) macro
417 priv->flags |= ID_LAST_MSG; in rcar_i2c_prepare_msg()
584 if (priv->flags & ID_LAST_MSG) in rcar_i2c_irq_send()
640 if (priv->flags & ID_LAST_MSG) { in rcar_i2c_irq_recv()
648 if (priv->pos == msg->len && !(priv->flags & ID_LAST_MSG)) in rcar_i2c_irq_recv()