HomeSort by: relevance | last modified time | path
    Searched refs:of_compatible (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/dev/ofw/
openfirm.h 116 int of_compatible(int, const char * const *);
ofw_subr.c 332 * int of_compatible(phandle, strings)
358 of_compatible(int phandle, const char * const *strings) function
579 if (of_compatible(child, compatible))
  /src/sys/arch/macppc/macppc/
machdep.c 484 if (of_compatible(node, bl_rev_models)) {
487 if (of_compatible(node, clamshell)) {
494 if (of_compatible(node, pismo)) {
501 if (of_compatible(node, mini1)) {
504 if (of_compatible(node, mini2)) {
interrupts.c 84 while ((pic != 0) && !of_compatible(pic, compat))
pic_heathrow.c 91 if (! of_compatible(heathrow, compat))
pic_u3_ht.c 148 if (! of_compatible(u4, u3_compat))
152 while ((pic != 0) && !of_compatible(pic, pic_compat))
  /src/sys/arch/macppc/dev/
uni-n.c 146 if (of_compatible(child, skiplist)) continue;
awacs.c 385 sc->sc_screamer = of_compatible(ca->ca_node, screamer);
393 sc->sc_screamer = of_compatible(sound_node, screamer);
437 if (of_compatible(root_node, detect_reversed)) {
446 } else if ((perch != -1) || of_compatible(root_node, use_gpio4)) {
460 if (of_compatible(root_node, no_parallel_output))
mediabay.c 135 if (of_compatible(ca->ca_node, mediabay_keylargo)) {
wdc_obio.c 110 if (of_compatible(ca->ca_node, ata_names))
obio.c 175 is_xserve = of_compatible(root, xserve);
446 if (! of_compatible(sc->sc_node, keylargo))
pmu.c 398 if (of_compatible(root_node, has_legacy_battery)) {
401 } else if (of_compatible(root_node, has_two_smart_batteries)) {
  /src/sys/arch/powerpc/powerpc/
ofw_machdep.c 277 if (of_compatible(ofw_root, macrisc)) {
  /src/sys/arch/macppc/pci/
pci_machdep.c 342 if (of_compatible(root_node, pb3400_compat)) {
  /src/sys/dev/fdt/
fdtbus.c 526 if (of_compatible(node->n_phandle, compatible)) {

Completed in 24 milliseconds