Searched refs:propname (Results 1 – 6 of 6) sorted by relevance
| /arch/powerpc/boot/ |
| A D | ops.h | 47 const char *propname, 145 const char *propname, in find_node_by_prop_value() argument 149 return dt_ops.find_node_by_prop_value(prev, propname, in find_node_by_prop_value() 156 const char *propname, in find_node_by_prop_value_str() argument 159 return find_node_by_prop_value(prev, propname, propval, in find_node_by_prop_value_str()
|
| /arch/powerpc/kernel/ |
| A D | cacheinfo.c | 210 const char *propname; in cache_size() local 213 propname = cache_type_info[cache->type].size_prop; in cache_size() 215 cache_size = of_get_property(cache->ofnode, propname, NULL); in cache_size() 243 const char *propname; in cache_get_line_size() local 245 propname = cache_type_info[cache->type].line_size_props[i]; in cache_get_line_size() 246 line_size = of_get_property(cache->ofnode, propname, NULL); in cache_get_line_size() 260 const char *propname; in cache_nr_sets() local 263 propname = cache_type_info[cache->type].nr_sets_prop; in cache_nr_sets() 265 nr_sets = of_get_property(cache->ofnode, propname, NULL); in cache_nr_sets()
|
| A D | rtas.c | 963 static const char propname[] __initconst = "rtas-error-log-max"; in init_error_log_max() local 966 if (of_property_read_u32(rtas.dev, propname, &max)) { in init_error_log_max() 968 propname, RTAS_ERROR_LOG_MAX); in init_error_log_max() 974 propname, max, RTAS_ERROR_LOG_MAX); in init_error_log_max()
|
| /arch/powerpc/kexec/ |
| A D | file_load_64.c | 689 const char *propname) in copy_property() argument 694 prop = of_get_property(dn, propname, &len); in copy_property() 695 fdtprop = fdt_getprop(fdt, node_offset, propname, &fdtlen); in copy_property() 698 return fdt_delprop(fdt, node_offset, propname); in copy_property() 700 return fdt_setprop(fdt, node_offset, propname, prop, len); in copy_property()
|
| /arch/powerpc/platforms/512x/ |
| A D | clock-commonclk.c | 382 static int __init get_freq_from_dt(char *propname) in get_freq_from_dt() argument 391 prop = of_get_property(np, propname, NULL); in get_freq_from_dt()
|
| /arch/powerpc/platforms/pseries/ |
| A D | iommu.c | 1166 static const char propname[] = "ibm,ddw-extensions"; in ddw_read_ext() local 1170 ret = of_property_read_u32_index(np, propname, DDW_EXT_SIZE, &count); in ddw_read_ext() 1180 return of_property_read_u32_index(np, propname, extnum, value); in ddw_read_ext() 1406 static struct property *ddw_property_create(const char *propname, u32 liobn, u64 dma_addr, in ddw_property_create() argument 1416 win64->name = kstrdup(propname, GFP_KERNEL); in ddw_property_create()
|
Completed in 802 milliseconds