Searched refs:ISR_TXRDY (Results 1 – 2 of 2) sorted by relevance
92 #define ISR_TXRDY(CH) (((CH) & 1) ? BIT(4) : BIT(0)) macro212 blk->isr |= ISR_TXRDY(channel); in write_cr()217 blk->isr &= ~ISR_TXRDY(channel); in write_cr()241 blk->isr &= ~ISR_TXRDY(channel); in write_cr()
81 # define ISR_TXRDY(x) (1 << ((x * 4) + 0)) macro491 if (s->opened[i] && (isr & ISR_TXRDY(i))) in sccnxp_handle_events()