Home
last modified time | relevance | path

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

/qemu/include/hw/char/
H A Descc.h31 #define ESCC_SERIAL_REGS 16 macro
37 uint8_t wregs[ESCC_SERIAL_REGS], rregs[ESCC_SERIAL_REGS];
/qemu/hw/char/
H A Descc.c356 for (j = 0; j < ESCC_SERIAL_REGS; j++) { in escc_reset()