Searched refs:escc_serial (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/hw/char/ |
H A D | escc.h | 21 escc_serial, escc_kbd, escc_mouse, enumerator
|
/openbmc/qemu/hw/misc/macio/ |
H A D | macio.c | 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()
|
/openbmc/qemu/hw/m68k/ |
H A D | next-cube.c | 870 qdev_prop_set_uint32(dev, "chnBtype", escc_serial); in next_escc_init() 871 qdev_prop_set_uint32(dev, "chnAtype", escc_serial); in next_escc_init()
|
/openbmc/qemu/hw/sparc/ |
H A D | sun4m.c | 995 qdev_prop_set_uint32(dev, "chnBtype", escc_serial); in sun4m_hw_init() 996 qdev_prop_set_uint32(dev, "chnAtype", escc_serial); in sun4m_hw_init()
|
/openbmc/qemu/hw/char/ |
H A D | escc.c | 481 if (!qemu_chr_fe_backend_connected(&s->chr) || s->type != escc_serial) { in escc_update_parameters()
|