Lines Matching refs:phandle
69 const int phandle = faa->faa_phandle;
77 if (fdtbus_get_reg(phandle, 0, &addr, &size) != 0) {
87 if (fdtbus_clock_enable(phandle, "ipg", false) != 0) {
92 per = fdtbus_clock_get(phandle, "per");
114 if (!fdtbus_intr_str(phandle, 0, intrstr, sizeof(intrstr))) {
119 sc->sc_ih = fdtbus_intr_establish_xname(phandle, 0, IPL_SERIAL,
136 imx_com_console_match(int phandle)
138 return of_compatible_match(phandle, compat_data);
144 const int phandle = faa->faa_phandle;
151 fdtbus_get_reg(phandle, 0, &addr, &size);