Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/shark/ofw/
H A Dchipsfb_ofbus.c92 int chosen_phandle, ct_node; in chipsfb_ofbus_cnattach() local
99 ct_node = OF_finddevice("/vlbus/display"); in chipsfb_ofbus_cnattach()
100 if (ct_node == -1) in chipsfb_ofbus_cnattach()
102 if (!of_compatible_match(ct_node, compat_data)) in chipsfb_ofbus_cnattach()
109 if (OF_getprop(ct_node, "reg", regs, sizeof(regs)) <= 0) in chipsfb_ofbus_cnattach()
134 if (stdout_phandle != ct_node) in chipsfb_ofbus_cnattach()