Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_i2c.c954 static int wait_isr_event(struct i2c_handle_s *hi2c, uint32_t bit_mask, in wait_isr_event() function
1107 if (wait_isr_event(hi2c, I2C_ISR_TCR, 1, timeout_ref)) in i2c_request_mem_write()
1144 if (wait_isr_event(hi2c, I2C_ISR_TC, 1, timeout_ref)) in i2c_request_mem_read()
1185 if (wait_isr_event(hi2c, I2C_ISR_BUSY, 0, timeout_ref)) in do_write()
1232 if (wait_isr_event(hi2c, I2C_ISR_TCR, 1, timeout_ref)) in do_write()
1323 if (wait_isr_event(hi2c, I2C_ISR_BUSY, 0, timeout_ref)) in stm32_i2c_read_write_membyte()
1345 if (wait_isr_event(hi2c, event_mask, 1, timeout_ref)) in stm32_i2c_read_write_membyte()
1359 if (wait_isr_event(hi2c, I2C_ISR_RXNE, 1, timeout_ref)) in stm32_i2c_read_write_membyte()
1418 if (wait_isr_event(hi2c, I2C_ISR_BUSY, 0, timeout_ref)) in do_read()
1447 if (wait_isr_event(hi2c, I2C_ISR_RXNE, 1, in do_read()
[all …]