Searched refs:tx_empty (Results 1 – 2 of 2) sorted by relevance
202 int tx_empty; in i2c_dw_data_ask() local231 tx_empty = tx_buffer_depth - read_txflr(reg_base); in i2c_dw_data_ask()235 cnt = MIN(MIN(tx_empty, rx_empty), cnt); in i2c_dw_data_ask()422 if (intr_stat.bits.tx_empty) { in i2c_dw_isr()
76 uint32_t tx_empty: 1 __packed; member