Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-mxs.c40 #define MXS_I2C_CTRL0_POST_SEND_STOP 0x00100000 macro
509 start & MXS_I2C_CTRL0_POST_SEND_STOP ? "E" : "", in mxs_i2c_pio_setup_xfer()
569 flags = stop ? MXS_I2C_CTRL0_POST_SEND_STOP : 0; in mxs_i2c_xfer_msg()