Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-rk3x.c88 #define REG_INT_STOP BIT(5) /* STOP condition generated */ macro
315 i2c_writel(i2c, REG_INT_STOP, REG_IEN); in rk3x_i2c_auto_stop()
317 i2c_writel(i2c, REG_INT_STOP | REG_INT_NAKRCV, REG_IEN); in rk3x_i2c_auto_stop()
381 i2c_writel(i2c, REG_INT_STOP, REG_IEN); in rk3x_i2c_stop()
545 if (!(ipd & REG_INT_STOP)) { in rk3x_i2c_handle_stop()
563 i2c_writel(i2c, REG_INT_STOP, REG_IPD); in rk3x_i2c_handle_stop()