Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/ofppc/pci/
H A Dofwpci.c170 int isa_node; in ofwpci_attach() local
173 isa_node = of_find_firstchild_byname(node, "isa"); in ofwpci_attach()
174 if (isa_node != -1) { in ofwpci_attach()
180 ofppc_init_comcons(isa_node); in ofwpci_attach()
/netbsd-src/sys/arch/ofppc/ofppc/
H A Dmachdep.c381 ofppc_init_comcons(int isa_node) in ofppc_init_comcons() argument
398 for (child = OF_child(isa_node); child; child = OF_peer(child)) { in ofppc_init_comcons()