Searched refs:REG_INT_STOP (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-rk3x.c | 74 #define REG_INT_STOP BIT(5) /* STOP condition generated */ macro 264 * rk3x_i2c_stop - Generate a STOP condition, which triggers a REG_INT_STOP interrupt. 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()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-rk3x.c | 74 #define REG_INT_STOP BIT(5) /* STOP condition generated */ macro 264 * rk3x_i2c_stop - Generate a STOP condition, which triggers a REG_INT_STOP interrupt. 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()
|
Completed in 5 milliseconds