Home
last modified time | relevance | path

Searched refs:escc (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/docs/system/devices/
H A Dkeyboard.rst12 With the escc.chnA-sunkbd-layout driver property it is possible to select
15 -global escc.chnA-sunkbd-layout=de
24 -global escc.chnA-sunkbd-layout=0x2b
26 -global escc.chnA-sunkbd-layout=43
28 -global escc.chnA-sunkbd-layout=sv
35 .. list-table:: Language selection values for escc.chnA-sunkbd-layout
129 given to escc.chnA-sunkbd-layout 0x21 (en-us) will be used.
/openbmc/qemu/hw/misc/macio/
H A Dmacio.c56 SysBusDevice *sbd = SYS_BUS_DEVICE(&s->escc); in macio_escc_legacy_setup()
86 SysBusDevice *sbd = SYS_BUS_DEVICE(&s->escc); in macio_bar_setup()
105 qdev_prop_set_uint32(DEVICE(&s->escc), "disabled", 0); in macio_common_realize()
106 qdev_prop_set_uint32(DEVICE(&s->escc), "frequency", ESCC_CLOCK); in macio_common_realize()
107 qdev_prop_set_uint32(DEVICE(&s->escc), "it_shift", 4); in macio_common_realize()
108 qdev_prop_set_uint32(DEVICE(&s->escc), "chnBtype", escc_serial); in macio_common_realize()
109 qdev_prop_set_uint32(DEVICE(&s->escc), "chnAtype", escc_serial); in macio_common_realize()
110 if (!qdev_realize(DEVICE(&s->escc), BUS(&s->macio_bus), errp)) { in macio_common_realize()
168 sbd = SYS_BUS_DEVICE(&s->escc); in macio_oldworld_realize()
281 sbd = SYS_BUS_DEVICE(&s->escc); in macio_newworld_realize()
[all …]
/openbmc/qemu/include/hw/m68k/
H A Dq800.h59 ESCCState escc; member
/openbmc/qemu/include/hw/misc/macio/
H A Dmacio.h114 ESCCState escc; member
/openbmc/qemu/hw/char/
H A Dmeson.build3 system_ss.add(when: 'CONFIG_ESCC', if_true: files('escc.c'))
H A Dtrace-events38 # escc.c
/openbmc/qemu/hw/m68k/
H A Dnext-cube.c109 ESCCState escc; member
1130 d = DEVICE(&s->escc); in next_pc_realize()
1188 object_initialize_child(obj, "escc", &s->escc, TYPE_ESCC); in next_pc_init()
1190 sysbus_mmio_get_region(SYS_BUS_DEVICE(&s->escc), 0)); in next_pc_init()
H A Dq800.c426 object_initialize_child(OBJECT(machine), "escc", &m->escc, in q800_machine_init()
428 dev = DEVICE(&m->escc); in q800_machine_init()