Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dudbg_scc.c70 struct device_node *ch, *ch_def = NULL, *ch_a = NULL; in udbg_scc_init() local
85 of_node_put(ch_def); in udbg_scc_init()
86 ch_def = of_node_get(ch); in udbg_scc_init()
93 if (ch_def == NULL && !force_scc) in udbg_scc_init()
96 ch = ch_def ? ch_def : ch_a; in udbg_scc_init()
130 if (ch_def != NULL) { in udbg_scc_init()
161 of_node_put(ch_def); in udbg_scc_init()