Home | History | Annotate | Download | only in ofw

Lines Matching refs:oba

53 	struct ofbus_attach_args *oba = aux;
56 aprint_normal("%s at %s", oba->oba_ofname, pnp);
58 aprint_normal(" (%s)", oba->oba_ofname);
65 struct ofbus_attach_args *oba = aux;
67 if (strcmp(oba->oba_busname, "ofw"))
69 if (!OF_child(oba->oba_phandle))
117 struct ofbus_attach_args *oba = aux;
123 rootbus = oba->oba_phandle == OF_finddevice("/");
132 model_len = OF_getprop(oba->oba_phandle, "model",
134 banner_len = OF_getprop(oba->oba_phandle, "banner-name",
155 if (OF_getprop(oba->oba_phandle, "name", name, sizeof name) > 0) {
165 for (child = OF_child(oba->oba_phandle); child != 0;
192 for (child = OF_child(oba->oba_phandle); child != 0;