Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/include/linux/
Dscc.h156 char escc; /* use ext. features of a 8580/85180/85280 */ member
/linux-3.4.99/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-3.4.99/drivers/tty/serial/
Dsunzilog.c181 int escc; in __load_zsregs() local
244 escc = 1; in __load_zsregs()
248 escc = 0; in __load_zsregs()
262 return escc; in __load_zsregs()
/linux-3.4.99/drivers/net/hamradio/
Dscc.c1797 SCC_Info[2*Nchips+chan].enhanced = hwcfg.escc; in scc_net_ioctl()