Searched refs:rx_int (Results 1 – 1 of 1) sorted by relevance
68 bool rx_int = rx_rdy && data->irq_rx_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()