Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-rk3x.c74 #define REG_INT_STOP BIT(5) /* STOP condition generated */ macro
278 i2c_writel(i2c, REG_INT_STOP, REG_IEN); in rk3x_i2c_stop()
458 if (!(ipd & REG_INT_STOP)) { in rk3x_i2c_handle_stop()
466 i2c_writel(i2c, REG_INT_STOP, REG_IPD); in rk3x_i2c_handle_stop()