fdt_reset.c | 42 int rc_phandle; member in struct:fdtbus_reset_controller 59 rc->rc_phandle = phandle; 73 if (rc->rc_phandle == phandle) 103 const int rc_phandle = local in function:fdtbus_reset_get_index 105 if (of_getprop_uint32(rc_phandle, "#reset-cells", &reset_cells)) 108 rc = fdtbus_get_reset_controller(rc_phandle);
|