Home
last modified time | relevance | path

Searched refs:ESCCState (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/char/
H A Descc.c200 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 Descc.h14 OBJECT_DECLARE_SIMPLE_TYPE(ESCCState, ESCC)
54 struct ESCCState { struct
/openbmc/qemu/include/hw/m68k/
H A Dq800.h59 ESCCState escc;
/openbmc/qemu/include/hw/misc/macio/
H A Dmacio.h114 ESCCState escc;