Home
last modified time | relevance | path

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

/system/dev/i2c/aml-i2c/
A Daml-i2c.c24 #define I2C_ERROR_SIGNAL ZX_USER_SIGNAL_0 macro
95 zx_object_signal(dev->event, 0, I2C_ERROR_SIGNAL); in aml_i2c_irq_thread()
129 sig_mask |= I2C_ERROR_SIGNAL; in aml_i2c_wait_event()
135 if (observed & I2C_ERROR_SIGNAL) in aml_i2c_wait_event()
/system/dev/i2c/dw-i2c/
A Ddw-i2c-regs.h9 #define I2C_ERROR_SIGNAL ZX_USER_SIGNAL_0 macro
A Ddw-i2c.c125 sig_mask |= I2C_ERROR_SIGNAL; in i2c_dw_wait_event()
135 if (observed & I2C_ERROR_SIGNAL) { in i2c_dw_wait_event()
158 zx_object_signal(dev->event_handle, 0, I2C_ERROR_SIGNAL); in i2c_dw_irq_thread()

Completed in 8 milliseconds