Home
last modified time | relevance | path

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

/linux-4.1.27/include/media/
Dsoc_camera.h348 unsigned int length_min, unsigned int length_max) in soc_camera_limit_side() argument
352 else if (*length > length_max) in soc_camera_limit_side()
353 *length = length_max; in soc_camera_limit_side()
357 else if (*start > start_min + length_max - *length) in soc_camera_limit_side()
358 *start = start_min + length_max - *length; in soc_camera_limit_side()
/linux-4.1.27/arch/powerpc/kernel/
Dhw_breakpoint.c144 int ret = -EINVAL, length_max; in arch_validate_hwbkpt_settings() local
173 length_max = 8; /* DABR */ in arch_validate_hwbkpt_settings()
175 length_max = 512 ; /* 64 doublewords */ in arch_validate_hwbkpt_settings()
182 (length_max - (info->address & HW_BREAKPOINT_ALIGN))) in arch_validate_hwbkpt_settings()