Searched refs:va_node (Results 1 – 5 of 5) sorted by relevance
91 if (vbus_intr_map(va->va_node, va->va_intr[0], &sc->sc_sysino)) in vcons_attach()104 vcons_is_input = (va->va_node == node); in vcons_attach()106 vcons_is_output = (va->va_node == node); in vcons_attach()
23 int va_node; member
84 if (OF_getprop(va->va_node, "reg", ®, sizeof(reg)) != sizeof(reg)) in cbus_attach()94 for (node = OF_child(va->va_node); node; node = OF_peer(node)) { in cbus_attach()
86 va.va_node = node; in vbus_attach()
1372 node = va->va_node; in device_register()