Lines Matching refs:ESCCState
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),
1095 DEFINE_PROP_BOOL("bit_swap", ESCCState, bit_swap, false),
1096 DEFINE_PROP_UINT32("disabled", ESCCState, disabled, 0),
1097 DEFINE_PROP_UINT32("chnBtype", ESCCState, chn[0].type, 0),
1098 DEFINE_PROP_UINT32("chnAtype", ESCCState, chn[1].type, 0),
1099 DEFINE_PROP_CHR("chrB", ESCCState, chn[0].chr),
1100 DEFINE_PROP_CHR("chrA", ESCCState, chn[1].chr),
1101 DEFINE_PROP_STRING("chnA-sunkbd-layout", ESCCState, chn[1].sunkbd_layout),
1119 .instance_size = sizeof(ESCCState),