Home
last modified time | relevance | path

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

/drivers/i2c/busses/
Di2c-brcmstb.c466 u32 cond, cond_per_msg; in brcmstb_i2c_xfer() local
497 cond_per_msg = cond; in brcmstb_i2c_xfer()
505 cond_per_msg = cond_per_msg & in brcmstb_i2c_xfer()
508 cond_per_msg = cond; in brcmstb_i2c_xfer()
510 cond_per_msg = (cond_per_msg & ~COND_RESTART) | in brcmstb_i2c_xfer()
514 brcmstb_set_i2c_start_stop(dev, cond_per_msg); in brcmstb_i2c_xfer()
524 cond_per_msg = COND_NOSTART | COND_NOSTOP; in brcmstb_i2c_xfer()