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() 344 ESCCState *s = ESCC(d); in escc_reset() 541 ESCCState *serial = opaque; in escc_mem_write() 681 ESCCState *serial = opaque; in escc_mem_read() 790 VMSTATE_STRUCT_ARRAY(chn, ESCCState, 2, 2, vmstate_escc_chn, 1048 ESCCState *s = ESCC(obj); in escc_init1() 1064 ESCCState *s = ESCC(dev); in escc_realize() 1093 DEFINE_PROP_UINT32("frequency", ESCCState, frequency, 0), 1094 DEFINE_PROP_UINT32("it_shift", ESCCState, it_shift, 0), [all …]
|
/openbmc/qemu/include/hw/char/ |
H A D | escc.h | 14 OBJECT_DECLARE_SIMPLE_TYPE(ESCCState, ESCC) 54 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;
|