Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/powermac/
Dudbg_scc.c73 struct device_node *stdout = NULL, *escc = NULL, *macio = NULL; in udbg_scc_init() local
78 escc = of_find_node_by_name(NULL, "escc"); in udbg_scc_init()
79 if (escc == NULL) in udbg_scc_init()
81 macio = of_get_parent(escc); in udbg_scc_init()
87 for (ch = NULL; (ch = of_get_next_child(escc, ch)) != NULL;) { 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()
/Linux-v4.19/include/uapi/linux/
Dscc.h157 char escc; /* use ext. features of a 8580/85180/85280 */ member
/Linux-v4.19/Documentation/networking/
Dz8530drv.txt88 escc no # enhanced SCC chip? (8580/85180/85280)
119 escc - if you want support for ESCC chips (8580, 85180, 85280), set
170 escc no
183 escc no
197 escc no
209 escc no
/Linux-v4.19/drivers/tty/serial/
Dsunzilog.c182 int escc; in __load_zsregs() local
245 escc = 1; in __load_zsregs()
249 escc = 0; in __load_zsregs()
263 return escc; in __load_zsregs()
/Linux-v4.19/drivers/net/hamradio/
Dscc.c1801 SCC_Info[2*Nchips+chan].enhanced = hwcfg.escc; in scc_net_ioctl()