Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-brcmstb.c55 #define COND_NOSTOP BSC_IIC_EN_NOSTOP_MASK macro
56 #define COND_START_STOP (COND_RESTART | COND_NOSTART | COND_NOSTOP)
427 | COND_NOSTOP); in brcmstb_i2c_do_addr()
471 cond = COND_RESTART | COND_NOSTOP; in brcmstb_i2c_xfer()
495 ~(COND_RESTART | COND_NOSTOP); in brcmstb_i2c_xfer()
500 COND_NOSTOP; in brcmstb_i2c_xfer()
513 cond_per_msg = COND_NOSTART | COND_NOSTOP; in brcmstb_i2c_xfer()