Home | History | Annotate | Download | only in fdt

Lines Matching refs:phandle

92 	const int phandle = faa->faa_phandle;
94 psci_fdt_init(phandle);
103 fdtbus_register_power_controller(self, phandle,
108 psci_fdt_init(const int phandle)
113 method = fdtbus_get_string(phandle, "method");
114 psciver = fdtbus_get_string(phandle, "compatible");
135 if (of_getprop_uint32(phandle, "cpu_on", &val) == 0)
147 const int phandle = OF_finddevice("/psci");
148 if (phandle == -1) {
153 return psci_fdt_init(phandle);