Home
last modified time | relevance | path

Searched refs:otherchn (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/char/
H A Descc.c277 irq |= escc_update_irq_chn(s->otherchn); in escc_update_irq()
391 s->otherchn->rregs[R_INTR] |= INTR_RXINTB; in set_rxint()
431 s->otherchn->rregs[R_IVEC] = IVEC_HINOINT; in clr_rxint()
433 s->otherchn->rregs[R_IVEC] = IVEC_LONOINT; in clr_rxint()
442 s->otherchn->rregs[R_INTR] &= ~INTR_RXINTB; in clr_rxint()
456 s->otherchn->rregs[R_IVEC] = IVEC_HINOINT; in clr_txint()
458 s->otherchn->rregs[R_IVEC] = IVEC_LONOINT; 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()
1012 s->chn[0].otherchn = &s->chn[1]; in escc_init1()
[all …]
/qemu/include/hw/char/
H A Descc.h35 struct ESCCChannelState *otherchn; member