Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/i2c/busses/
H A Di2c-rk3x.c75 #define REG_INT_STOP BIT(5) /* STOP condition generated */ macro
333 * Generate a STOP condition, which triggers a REG_INT_STOP interrupt.
347 i2c_writel(i2c, REG_INT_STOP, REG_IEN); in rk3x_i2c_stop()
512 if (!(ipd & REG_INT_STOP)) { in rk3x_i2c_handle_stop()
520 i2c_writel(i2c, REG_INT_STOP, REG_IPD); in rk3x_i2c_handle_stop()

Completed in 3 milliseconds