Lines Matching defs:n_phandle
53 int n_phandle;
207 faa->faa_phandle = node->n_phandle;
211 faa->faa_dmat = fdtbus_iommu_map(node->n_phandle, 0,
291 parent = OF_parent(node->n_phandle);
298 return fdtbus_dma_tag_create(node->n_phandle, ranges, nranges);
318 parent = OF_parent(node->n_phandle);
326 return fdtbus_bus_tag_create(node->n_phandle, flags);
339 node->n_phandle = child;
438 node->n_phandle)));
450 node->n_phandle)));
464 node->n_pinctrl_init = fdtbus_pinctrl_has_config(node->n_phandle, "init");
470 error = fdtbus_pinctrl_set_config(node->n_phandle, cfgname);
476 fdtbus_powerdomain_enable(node->n_phandle);
486 error = fdtbus_pinctrl_set_config(node->n_phandle, "default");
513 if (node->n_phandle == phandle) {
526 if (of_compatible(node->n_phandle, compatible)) {
541 if (of_hasprop(node->n_phandle, prop)) {
543 return node->n_phandle;