Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-rk3x.c57 #define REG_CON_STOP BIT(4) macro
183 ctrl |= REG_CON_STOP; in rk3x_i2c_stop()
367 con &= ~REG_CON_STOP; in rk3x_i2c_handle_stop()
819 i2c_writel(i2c, REG_CON_EN | REG_CON_STOP, REG_CON); in rk3x_i2c_xfer()