Searched refs:tx_int (Results 1 – 1 of 1) sorted by relevance
69 bool tx_int = tx_rdy && data->irq_tx_enabled; in irq_process() local72 LOG_DBG("rx_int %d tx_int %d", rx_int, tx_int); in irq_process()74 if (!(rx_int || tx_int)) { in irq_process()