Searched refs:length_max (Results 1 – 2 of 2) sorted by relevance
348 unsigned int length_min, unsigned int length_max) in soc_camera_limit_side() argument352 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()
144 int ret = -EINVAL, length_max; in arch_validate_hwbkpt_settings() local173 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()