Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/base/
Dcacheinfo.c43 const char *size_prop; member
50 .size_prop = "cache-size",
55 .size_prop = "i-cache-size",
60 .size_prop = "d-cache-size",
80 propname = cache_type_info[ct_idx].size_prop; in cache_size()
/linux-4.19.296/drivers/of/
Dfdt.c51 const __be32 *size_prop; in of_fdt_limit_memory() local
64 size_prop = fdt_getprop(initial_boot_params, root_offset, in of_fdt_limit_memory()
66 if (size_prop) in of_fdt_limit_memory()
67 nr_size_cells = fdt32_to_cpu(*size_prop); in of_fdt_limit_memory()