Home
last modified time | relevance | path

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

/openbmc/linux/drivers/of/
H A Dproperty.c220 size_t sz_min, size_t sz_max) in of_property_read_variable_u8_array() argument
225 (sz_max * sizeof(*out_values)), in of_property_read_variable_u8_array()
231 if (!sz_max) in of_property_read_variable_u8_array()
270 size_t sz_min, size_t sz_max) in of_property_read_variable_u16_array() argument
275 (sz_max * sizeof(*out_values)), in of_property_read_variable_u16_array()
281 if (!sz_max) in of_property_read_variable_u16_array()
317 size_t sz_min, size_t sz_max) in of_property_read_variable_u32_array() argument
322 (sz_max * sizeof(*out_values)), in of_property_read_variable_u32_array()
328 if (!sz_max) in of_property_read_variable_u32_array()
400 (sz_max * sizeof(*out_values)), in of_property_read_variable_u64_array()
[all …]
/openbmc/linux/include/linux/
H A Dof.h322 size_t sz_min, size_t sz_max);
325 size_t sz_min, size_t sz_max);
330 size_t sz_max);
337 size_t sz_max);
671 size_t sz_min, size_t sz_max) in of_property_read_variable_u8_array() argument
678 size_t sz_min, size_t sz_max) in of_property_read_variable_u16_array() argument
687 size_t sz_max) in of_property_read_variable_u32_array() argument
702 size_t sz_max) in of_property_read_variable_u64_array() argument
/openbmc/linux/arch/mips/include/asm/
H A Dbootinfo.h96 extern void detect_memory_region(phys_addr_t start, phys_addr_t sz_min, phys_addr_t sz_max);
/openbmc/linux/arch/mips/kernel/
H A Dsetup.c100 void __init detect_memory_region(phys_addr_t start, phys_addr_t sz_min, phys_addr_t sz_max) in detect_memory_region() argument
105 for (size = sz_min; size < sz_max; size <<= 1) { in detect_memory_region()
114 ((unsigned long long) sz_max) / SZ_1M); in detect_memory_region()