Searched refs:otherchn (Results 1 – 2 of 2) sorted by relevance
277 irq |= escc_update_irq_chn(s->otherchn); in escc_update_irq()387 s->otherchn->rregs[R_IVEC] = IVEC_HIRXINTA; in set_rxint()389 s->otherchn->rregs[R_IVEC] = IVEC_LORXINTA; in set_rxint()392 s->otherchn->rregs[R_INTR] |= INTR_RXINTB; in set_rxint()412 s->otherchn->rregs[R_IVEC] = IVEC_HITXINTA; in set_txint()414 s->otherchn->rregs[R_IVEC] = IVEC_LOTXINTA; in set_txint()419 s->otherchn->rregs[R_INTR] |= INTR_TXINTB; in set_txint()432 s->otherchn->rregs[R_IVEC] = IVEC_HINOINT; in clr_rxint()434 s->otherchn->rregs[R_IVEC] = IVEC_LONOINT; in clr_rxint()443 s->otherchn->rregs[R_INTR] &= ~INTR_RXINTB; in clr_rxint()[all …]
35 struct ESCCChannelState *otherchn; member