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