Searched refs:of_compatible (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/sys/arch/macppc/macppc/ |
H A D | machdep.c | 463 if (of_compatible(node, bl_rev_models)) { in add_model_specifics() 466 if (of_compatible(node, clamshell)) { in add_model_specifics() 473 if (of_compatible(node, pismo)) { in add_model_specifics() 480 if (of_compatible(node, mini1)) { in add_model_specifics() 483 if (of_compatible(node, mini2)) { in add_model_specifics()
|
H A D | interrupts.c | 83 while ((pic != 0) && !of_compatible(pic, compat)) in init_openpic()
|
H A D | pic_u3_ht.c | 148 if (! of_compatible(u4, u3_compat)) in init_u3_ht() 152 while ((pic != 0) && !of_compatible(pic, pic_compat)) in init_u3_ht()
|
H A D | pic_heathrow.c | 91 if (! of_compatible(heathrow, compat)) in init_heathrow()
|
/netbsd-src/sys/dev/ofw/ |
H A D | openfirm.h | 116 int of_compatible(int, const char * const *);
|
H A D | ofw_subr.c | 200 of_compatible(int phandle, const char * const *strings) in of_compatible() function 421 if (of_compatible(child, compatible)) in of_find_bycompat()
|
/netbsd-src/sys/arch/macppc/dev/ |
H A D | awacs.c | 385 sc->sc_screamer = of_compatible(ca->ca_node, screamer); in awacs_attach() 393 sc->sc_screamer = of_compatible(sound_node, screamer); in awacs_attach() 437 if (of_compatible(root_node, detect_reversed)) { in awacs_attach() 446 } else if ((perch != -1) || of_compatible(root_node, use_gpio4)) { in awacs_attach() 460 if (of_compatible(root_node, no_parallel_output)) in awacs_attach()
|
H A D | uni-n.c | 146 if (of_compatible(child, skiplist)) continue; in uni_n_attach()
|
H A D | mediabay.c | 135 if (of_compatible(ca->ca_node, mediabay_keylargo)) { in mediabay_attach()
|
H A D | pmu.c | 451 if (of_compatible(root_node, has_legacy_battery)) { in pmu_attach() 454 } else if (of_compatible(root_node, has_two_smart_batteries)) { in pmu_attach()
|
H A D | wdc_obio.c | 110 if (of_compatible(ca->ca_node, ata_names)) in wdc_obio_match()
|
H A D | obio.c | 376 if (! of_compatible(sc->sc_node, keylargo)) in obio_setup_gpios()
|
/netbsd-src/sys/arch/powerpc/powerpc/ |
H A D | ofw_machdep.c | 277 if (of_compatible(ofw_root, macrisc)) { in ofw_bootstrap_get_memory()
|
/netbsd-src/sys/arch/macppc/pci/ |
H A D | pci_machdep.c | 342 if (of_compatible(root_node, pb3400_compat)) { in fix_cardbus_bridge()
|
/netbsd-src/sys/dev/fdt/ |
H A D | fdtbus.c | 528 if (of_compatible(node->n_phandle, compatible)) { in fdt_remove_bycompat()
|