Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dudbg_scc.c69 struct device_node *stdout = NULL, *escc = NULL, *macio = NULL; in udbg_scc_init() local
74 escc = of_find_node_by_name(NULL, "escc"); in udbg_scc_init()
75 if (escc == NULL) in udbg_scc_init()
77 macio = of_get_parent(escc); in udbg_scc_init()
83 for_each_child_of_node(escc, ch) { in udbg_scc_init()
99 reg = of_get_property(escc, "reg", NULL); in udbg_scc_init()
159 of_node_put(escc); in udbg_scc_init()
/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()
165 sbd = SYS_BUS_DEVICE(&s->escc); in macio_oldworld_realize()
278 sbd = SYS_BUS_DEVICE(&s->escc); in macio_newworld_realize()
[all …]
/openbmc/qemu/include/hw/m68k/
H A Dq800.h58 ESCCState escc; member
/openbmc/linux/include/uapi/linux/
H A Dscc.h158 char escc; /* use ext. features of a 8580/85180/85280 */ member
/openbmc/qemu/include/hw/misc/macio/
H A Dmacio.h111 ESCCState escc; member
/openbmc/linux/Documentation/networking/device_drivers/hamradio/
H A Dz8530drv.rst85 escc no # enhanced SCC chip? (8580/85180/85280)
125 escc
183 escc no
196 escc no
212 escc no
224 escc no
/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 Dq800.c425 object_initialize_child(OBJECT(machine), "escc", &m->escc, in q800_machine_init()
427 dev = DEVICE(&m->escc); in q800_machine_init()
/openbmc/linux/drivers/tty/serial/
H A Dsunzilog.c178 int escc; in __load_zsregs() local
241 escc = 1; in __load_zsregs()
245 escc = 0; in __load_zsregs()
259 return escc; in __load_zsregs()
/openbmc/linux/drivers/net/hamradio/
H A Dscc.c1804 SCC_Info[2*Nchips+chan].enhanced = hwcfg.escc; in scc_net_siocdevprivate()