Searched refs:escc (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | udbg_scc.c | 69 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 D | keyboard.rst | 12 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 D | macio.c | 56 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 D | q800.h | 59 ESCCState escc; member
|
/openbmc/qemu/include/hw/misc/macio/ |
H A D | macio.h | 114 ESCCState escc; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | scc.h | 158 char escc; /* use ext. features of a 8580/85180/85280 */ member
|
/openbmc/linux/Documentation/networking/device_drivers/hamradio/ |
H A D | z8530drv.rst | 85 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 D | meson.build | 3 system_ss.add(when: 'CONFIG_ESCC', if_true: files('escc.c'))
|
H A D | trace-events | 38 # escc.c
|
/openbmc/linux/drivers/tty/serial/ |
H A D | sunzilog.c | 178 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/qemu/hw/m68k/ |
H A D | q800.c | 427 object_initialize_child(OBJECT(machine), "escc", &m->escc, in q800_machine_init() 429 dev = DEVICE(&m->escc); in q800_machine_init()
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | scc.c | 1804 SCC_Info[2*Nchips+chan].enhanced = hwcfg.escc; in scc_net_siocdevprivate()
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |