Searched refs:ver_match (Results 1 – 1 of 1) sorted by relevance
461 bool ver_match; in hw_atl_utils_ver_match() local463 ver_match = (dw_major_mask & (ver_expected ^ ver_actual)) ? false : true; in hw_atl_utils_ver_match()464 if (!ver_match) in hw_atl_utils_ver_match()466 ver_match = ((dw_minor_mask & ver_expected) > (dw_minor_mask & ver_actual)) ? in hw_atl_utils_ver_match()470 return ver_match; in hw_atl_utils_ver_match()