Lines Matching refs:ihandle
256 struct hw_instance *ihandle;
261 ihandle = tree_instance (me, spec.full_path);
262 hw_set_ihandle_property (me, property->property->name, ihandle);
400 const ihandle_runtime_property_spec *ihandle)
404 ihandle->full_path, strlen (ihandle->full_path) + 1,
414 ihandle_runtime_property_spec *ihandle)
424 ihandle->full_path = entry->init_array;
434 hw_instance *ihandle)
437 cells = H2BE_cell (hw_instance_to_external (ihandle));
450 unsigned_cell ihandle;
457 hw_abort (me, "property \"%s\" of wrong type (ihandle)", property);
461 ASSERT (sizeof (ihandle) == node->sizeof_array);
462 memcpy (&ihandle, node->array, sizeof (ihandle));
463 instance = external_to_hw_instance (me, BE2H_cell (ihandle));