Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Descc.c277 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 …]
/openbmc/qemu/include/hw/char/
H A Descc.h35 struct ESCCChannelState *otherchn; member