Home
last modified time | relevance | path

Searched refs:drc_types (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/pci/hotplug/
H A Drpaphp_core.c160 const __be32 **drc_names, const __be32 **drc_types, in get_children_props() argument
179 if (drc_types) in get_children_props()
181 *drc_types = types; in get_children_props()
320 const __be32 *drc_types; in is_php_dn() local
323 rc = get_children_props(dn, indexes, names, &drc_types, power_domains); in is_php_dn()
327 if (!is_php_type((char *) &drc_types[1])) in is_php_dn()
330 *types = drc_types; in is_php_dn()
/openbmc/qemu/hw/ppc/
H A Dspapr_drc.c841 g_autoptr(GString) drc_types = g_string_set_size(g_string_new(NULL), in spapr_dt_drc()
906 drc_types = g_string_append(drc_types, drck->typename); in spapr_dt_drc()
907 drc_types = g_string_insert_len(drc_types, -1, "\0", 1); in spapr_dt_drc()
916 *(uint32_t *)drc_types->str = cpu_to_be32(drc_count); in spapr_dt_drc()
942 drc_types->str, drc_types->len); in spapr_dt_drc()