Searched refs:sz_max (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/of/ |
A D | property.c | 219 size_t sz_min, size_t sz_max) in of_property_read_variable_u8_array() argument 224 (sz_max * sizeof(*out_values)), in of_property_read_variable_u8_array() 230 if (!sz_max) in of_property_read_variable_u8_array() 269 size_t sz_min, size_t sz_max) in of_property_read_variable_u16_array() argument 274 (sz_max * sizeof(*out_values)), in of_property_read_variable_u16_array() 280 if (!sz_max) in of_property_read_variable_u16_array() 316 size_t sz_min, size_t sz_max) in of_property_read_variable_u32_array() argument 321 (sz_max * sizeof(*out_values)), in of_property_read_variable_u32_array() 327 if (!sz_max) in of_property_read_variable_u32_array() 399 (sz_max * sizeof(*out_values)), in of_property_read_variable_u64_array() [all …]
|
/linux/include/linux/ |
A D | of.h | 317 size_t sz_min, size_t sz_max); 320 size_t sz_min, size_t sz_max); 325 size_t sz_max); 332 size_t sz_max); 811 size_t sz_min, size_t sz_max) in of_property_read_variable_u8_array() argument 818 size_t sz_min, size_t sz_max) in of_property_read_variable_u16_array() argument 827 size_t sz_max) in of_property_read_variable_u32_array() argument 842 size_t sz_max) in of_property_read_variable_u64_array() argument
|
/linux/arch/mips/kernel/ |
A D | setup.c | 96 void __init detect_memory_region(phys_addr_t start, phys_addr_t sz_min, phys_addr_t sz_max) in detect_memory_region() argument 101 for (size = sz_min; size < sz_max; size <<= 1) { in detect_memory_region() 110 ((unsigned long long) sz_max) / SZ_1M); in detect_memory_region()
|
/linux/arch/mips/include/asm/ |
A D | bootinfo.h | 96 extern void detect_memory_region(phys_addr_t start, phys_addr_t sz_min, phys_addr_t sz_max);
|
Completed in 17 milliseconds