Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kernel/
Dcacheinfo.c50 const char *size_prop; member
74 .size_prop = "cache-size",
84 .size_prop = "d-cache-size",
91 .size_prop = "i-cache-size",
98 .size_prop = "d-cache-size",
210 propname = cache_type_info[cache->type].size_prop; in cache_size()
350 cache_type_info[CACHE_TYPE_UNIFIED_D].size_prop, NULL) ? in cache_is_unified_d()
/linux-4.1.27/drivers/of/
Dfdt.c47 const uint32_t *size_prop; in of_fdt_limit_memory() local
60 size_prop = fdt_getprop(initial_boot_params, root_offset, in of_fdt_limit_memory()
62 if (size_prop) in of_fdt_limit_memory()
63 nr_size_cells = fdt32_to_cpu(*size_prop); in of_fdt_limit_memory()