Searched refs:ESCCState (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/char/ |
H A D | escc.c | 200 static int reg_shift(ESCCState *s) in reg_shift() 205 static int chn_shift(ESCCState *s) in chn_shift() 343 ESCCState *s = ESCC(d); in escc_reset() 540 ESCCState *serial = opaque; in escc_mem_write() 680 ESCCState *serial = opaque; in escc_mem_read() 1004 ESCCState *s = ESCC(obj); in escc_init1() 1020 ESCCState *s = ESCC(dev); in escc_realize() 1049 DEFINE_PROP_UINT32("frequency", ESCCState, frequency, 0), 1055 DEFINE_PROP_CHR("chrB", ESCCState, chn[0].chr), 1056 DEFINE_PROP_CHR("chrA", ESCCState, chn[1].chr), [all …]
|
/openbmc/qemu/include/hw/char/ |
H A D | escc.h | 14 OBJECT_DECLARE_SIMPLE_TYPE(ESCCState, ESCC) 51 struct ESCCState { struct
|
/openbmc/qemu/include/hw/m68k/ |
H A D | q800.h | 59 ESCCState escc;
|
/openbmc/qemu/include/hw/misc/macio/ |
H A D | macio.h | 114 ESCCState escc;
|