Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/macppc/dev/
H A Dadb.c108 int adbindex, adbaddr, adb_node; in adbattach() local
129 adb_node = of_getnode_byname(ca->ca_node, "adb"); in adbattach()
130 if (adb_node) in adbattach()
161 if (!adb_node) in adbattach()
/netbsd-src/sys/arch/powerpc/oea/
H A Dofw_consinit.c270 int adb_node; in ofwoea_cnprobe_keyboard() local
272 adb_node = OF_finddevice("/pci/mac-io/via-pmu/adb"); in ofwoea_cnprobe_keyboard()
273 if (adb_node > 0) { in ofwoea_cnprobe_keyboard()