Home
last modified time | relevance | path

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

/Linux-v5.4/include/media/
Dsoc_camera.h335 unsigned int length_min, unsigned int length_max) in soc_camera_limit_side() argument
339 else if (*length > length_max) in soc_camera_limit_side()
340 *length = length_max; in soc_camera_limit_side()
344 else if (*start > start_min + length_max - *length) in soc_camera_limit_side()
345 *start = start_min + length_max - *length; in soc_camera_limit_side()
/Linux-v5.4/arch/powerpc/kernel/
Dhw_breakpoint.c136 int ret = -EINVAL, length_max; in hw_breakpoint_arch_parse() local
166 length_max = 8; /* DABR */ in hw_breakpoint_arch_parse()
168 length_max = 512 ; /* 64 doublewords */ in hw_breakpoint_arch_parse()
175 (length_max - (hw->address & HW_BREAKPOINT_ALIGN))) in hw_breakpoint_arch_parse()