Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/macppc/macppc/
H A Dmachdep.c463 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 Dinterrupts.c83 while ((pic != 0) && !of_compatible(pic, compat)) in init_openpic()
H A Dpic_u3_ht.c148 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 Dpic_heathrow.c91 if (! of_compatible(heathrow, compat)) in init_heathrow()
/netbsd-src/sys/dev/ofw/
H A Dopenfirm.h116 int of_compatible(int, const char * const *);
H A Dofw_subr.c200 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 Dawacs.c385 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 Duni-n.c146 if (of_compatible(child, skiplist)) continue; in uni_n_attach()
H A Dmediabay.c135 if (of_compatible(ca->ca_node, mediabay_keylargo)) { in mediabay_attach()
H A Dpmu.c451 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 Dwdc_obio.c110 if (of_compatible(ca->ca_node, ata_names)) in wdc_obio_match()
H A Dobio.c376 if (! of_compatible(sc->sc_node, keylargo)) in obio_setup_gpios()
/netbsd-src/sys/arch/powerpc/powerpc/
H A Dofw_machdep.c277 if (of_compatible(ofw_root, macrisc)) { in ofw_bootstrap_get_memory()
/netbsd-src/sys/arch/macppc/pci/
H A Dpci_machdep.c342 if (of_compatible(root_node, pb3400_compat)) { in fix_cardbus_bridge()
/netbsd-src/sys/dev/fdt/
H A Dfdtbus.c528 if (of_compatible(node->n_phandle, compatible)) { in fdt_remove_bycompat()