Home
last modified time | relevance | path

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

/qemu/hw/char/
H A Descc.c383 if (s->chn == escc_chn_a) { in set_rxint()
406 if (s->chn == escc_chn_a) { in set_txint()
429 if (s->chn == escc_chn_a) { in clr_rxint()
454 if (s->chn == escc_chn_a) { in clr_txint()
548 s = &serial->chn[channel]; in escc_mem_write()
688 s = &serial->chn[channel]; in escc_mem_read()
1010 s->chn[i].chn = 1 - i; in escc_init1()
1012 s->chn[0].otherchn = &s->chn[1]; in escc_init1()
1013 s->chn[1].otherchn = &s->chn[0]; in escc_init1()
1023 s->chn[0].disabled = s->disabled; in escc_realize()
[all …]
/qemu/include/hw/char/
H A Descc.h44 ESCCChnID chn; /* this channel, A (base+4) or B (base+0) */ member
54 struct ESCCChannelState chn[2]; member