Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/i2c/busses/
Di2c-brcmstb.c465 u32 cond, cond_per_msg; in brcmstb_i2c_xfer() local
496 cond_per_msg = cond; in brcmstb_i2c_xfer()
504 cond_per_msg = cond_per_msg & in brcmstb_i2c_xfer()
507 cond_per_msg = cond; in brcmstb_i2c_xfer()
509 cond_per_msg = (cond_per_msg & ~COND_RESTART) | in brcmstb_i2c_xfer()
513 brcmstb_set_i2c_start_stop(dev, cond_per_msg); in brcmstb_i2c_xfer()
523 cond_per_msg = COND_NOSTART | COND_NOSTOP; in brcmstb_i2c_xfer()