Home
last modified time | relevance | path

Searched refs:propname (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/boot/
Dops.h49 const char *propname,
147 const char *propname, in find_node_by_prop_value() argument
151 return dt_ops.find_node_by_prop_value(prev, propname, in find_node_by_prop_value()
158 const char *propname, in find_node_by_prop_value_str() argument
161 return find_node_by_prop_value(prev, propname, propval, in find_node_by_prop_value_str()
/arch/powerpc/kernel/
Dcacheinfo.c211 const char *propname; in cache_size() local
214 propname = cache_type_info[cache->type].size_prop; in cache_size()
216 cache_size = of_get_property(cache->ofnode, propname, NULL); in cache_size()
244 const char *propname; in cache_get_line_size() local
246 propname = cache_type_info[cache->type].line_size_props[i]; in cache_get_line_size()
247 line_size = of_get_property(cache->ofnode, propname, NULL); in cache_get_line_size()
261 const char *propname; in cache_nr_sets() local
264 propname = cache_type_info[cache->type].nr_sets_prop; in cache_nr_sets()
266 nr_sets = of_get_property(cache->ofnode, propname, NULL); in cache_nr_sets()
/arch/powerpc/platforms/pseries/
Diommu.c986 static const char propname[] = "ibm,ddw-extensions"; in ddw_read_ext() local
990 ret = of_property_read_u32_index(np, propname, DDW_EXT_SIZE, &count); in ddw_read_ext()
1000 return of_property_read_u32_index(np, propname, extnum, value); in ddw_read_ext()
1191 static struct property *ddw_property_create(const char *propname, u32 liobn, u64 dma_addr, in ddw_property_create() argument
1201 win64->name = kstrdup(propname, GFP_KERNEL); in ddw_property_create()
/arch/powerpc/platforms/512x/
Dclock-commonclk.c382 static int 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()