Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-brcmstb.c455 u32 cond, cond_per_msg; in brcmstb_i2c_xfer() local
486 cond_per_msg = cond; in brcmstb_i2c_xfer()
494 cond_per_msg = cond_per_msg & in brcmstb_i2c_xfer()
497 cond_per_msg = cond; in brcmstb_i2c_xfer()
499 cond_per_msg = (cond_per_msg & ~COND_RESTART) | in brcmstb_i2c_xfer()
503 brcmstb_set_i2c_start_stop(dev, cond_per_msg); in brcmstb_i2c_xfer()
513 cond_per_msg = COND_NOSTART | COND_NOSTOP; in brcmstb_i2c_xfer()