Home
last modified time | relevance | path

Searched refs:prop_len (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/core/
H A Dsysbus-fdt.c90 int i, prop_len; in copy_properties_from_host() local
97 &prop_len, in copy_properties_from_host()
101 props[i].name, r, prop_len); in copy_properties_from_host()
103 if (props[i].optional && prop_len == -FDT_ERR_NOTFOUND) { in copy_properties_from_host()
145 int ret, node_offset, prop_len, path_len = 16; in fdt_build_clock_node() local
165 r = qemu_fdt_getprop(host_fdt, node_path, "compatible", &prop_len, in fdt_build_clock_node()
303 int i, prop_len; in add_amd_xgbe_fdt_node() local
340 &prop_len, &error_fatal); in add_amd_xgbe_fdt_node()
341 if (prop_len != 8) { in add_amd_xgbe_fdt_node()
/qemu/hw/ppc/
H A Dspapr_drc.c346 int prop_len = 0, name_len = 0; in prop_get_fdt() local
371 prop = fdt_get_property_by_offset(fdt, fdt_offset, &prop_len); in prop_get_fdt()
376 for (i = 0; i < prop_len; i++) { in prop_get_fdt()
1231 int fdt_offset_next, prop_len; in rtas_ibm_configure_connector() local
1266 &prop_len); in rtas_ibm_configure_connector()
1279 rtas_st(wa_addr, CC_IDX_PROP_LEN, prop_len); in rtas_ibm_configure_connector()
1281 configure_connector_st(wa_addr, wa_offset, prop->data, prop_len); in rtas_ibm_configure_connector()
/qemu/hw/arm/
H A Dxlnx-zcu102.c81 int prop_len; in zcu102_modify_dtb() local
90 r = qemu_fdt_getprop(fdt, node_path[i], "method", &prop_len, NULL); in zcu102_modify_dtb()