Home
last modified time | relevance | path

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

/drivers/i2c/busses/
A Di2c-brcmstb.c454 u32 cond, cond_per_msg; in brcmstb_i2c_xfer() local
485 cond_per_msg = cond; in brcmstb_i2c_xfer()
493 cond_per_msg = cond_per_msg & in brcmstb_i2c_xfer()
496 cond_per_msg = cond; in brcmstb_i2c_xfer()
498 cond_per_msg = (cond_per_msg & ~COND_RESTART) | in brcmstb_i2c_xfer()
502 brcmstb_set_i2c_start_stop(dev, cond_per_msg); in brcmstb_i2c_xfer()
512 cond_per_msg = COND_NOSTART | COND_NOSTOP; in brcmstb_i2c_xfer()

Completed in 4 milliseconds