Searched refs:sz_max (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/of/ |
| H A D | property.c | 276 size_t sz_min, size_t sz_max) in of_property_read_variable_u8_array() argument 281 (sz_max * sizeof(*out_values)), in of_property_read_variable_u8_array() 287 if (!sz_max) in of_property_read_variable_u8_array() 326 size_t sz_min, size_t sz_max) in of_property_read_variable_u16_array() argument 331 (sz_max * sizeof(*out_values)), in of_property_read_variable_u16_array() 337 if (!sz_max) in of_property_read_variable_u16_array() 373 size_t sz_min, size_t sz_max) in of_property_read_variable_u32_array() argument 378 (sz_max * sizeof(*out_values)), in of_property_read_variable_u32_array() 384 if (!sz_max) in of_property_read_variable_u32_array() 456 (sz_max * sizeof(*out_values)), in of_property_read_variable_u64_array() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | of.h | 330 size_t sz_min, size_t sz_max); 333 size_t sz_min, size_t sz_max); 338 size_t sz_max); 345 size_t sz_max); 706 size_t sz_min, size_t sz_max) in of_property_read_variable_u8_array() argument 713 size_t sz_min, size_t sz_max) in of_property_read_variable_u16_array() argument 722 size_t sz_max) in of_property_read_variable_u32_array() argument 737 size_t sz_max) in of_property_read_variable_u64_array() argument
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | bootinfo.h | 96 extern void detect_memory_region(phys_addr_t start, phys_addr_t sz_min, phys_addr_t sz_max);
|
| /linux-6.15/arch/mips/kernel/ |
| H 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()
|