Lines Matching refs:R_INTR
174 #define R_INTR 3 macro
320 s->rregs[R_INTR] = 0; in escc_soft_reset_chn()
384 s->rregs[R_INTR] |= INTR_RXINTA; in set_rxint()
391 s->otherchn->rregs[R_INTR] |= INTR_RXINTB; in set_rxint()
408 s->rregs[R_INTR] |= INTR_TXINTA; in set_txint()
418 s->otherchn->rregs[R_INTR] |= INTR_TXINTB; in set_txint()
435 s->rregs[R_INTR] &= ~INTR_RXINTA; in clr_rxint()
442 s->otherchn->rregs[R_INTR] &= ~INTR_RXINTB; in clr_rxint()
460 s->rregs[R_INTR] &= ~INTR_TXINTA; in clr_txint()
462 s->otherchn->rregs[R_INTR] &= ~INTR_TXINTB; in clr_txint()
468 s->otherchn->rregs[R_INTR] &= ~INTR_TXINTB; in clr_txint()