Searched refs:R_INTR (Results 1 – 1 of 1) sorted by relevance
174 #define R_INTR 3 macro321 s->rregs[R_INTR] = 0; in escc_soft_reset_chn()385 s->rregs[R_INTR] |= INTR_RXINTA; in set_rxint()392 s->otherchn->rregs[R_INTR] |= INTR_RXINTB; in set_rxint()409 s->rregs[R_INTR] |= INTR_TXINTA; in set_txint()419 s->otherchn->rregs[R_INTR] |= INTR_TXINTB; in set_txint()436 s->rregs[R_INTR] &= ~INTR_RXINTA; in clr_rxint()443 s->otherchn->rregs[R_INTR] &= ~INTR_RXINTB; in clr_rxint()461 s->rregs[R_INTR] &= ~INTR_TXINTA; in clr_txint()463 s->otherchn->rregs[R_INTR] &= ~INTR_TXINTB; in clr_txint()[all …]