Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/i2c/busses/
Di2c-brcmstb.c65 #define COND_NOSTOP BSC_IIC_EN_NOSTOP_MASK macro
66 #define COND_START_STOP (COND_RESTART | COND_NOSTART | COND_NOSTOP)
437 | COND_NOSTOP); in brcmstb_i2c_do_addr()
481 cond = COND_RESTART | COND_NOSTOP; in brcmstb_i2c_xfer()
505 ~(COND_RESTART | COND_NOSTOP); in brcmstb_i2c_xfer()
510 COND_NOSTOP; in brcmstb_i2c_xfer()
523 cond_per_msg = COND_NOSTART | COND_NOSTOP; in brcmstb_i2c_xfer()