Searched refs:ver_expected (Results 1 – 1 of 1) sorted by relevance
51 static int hw_atl_utils_ver_match(u32 ver_expected, u32 ver_actual);348 static int hw_atl_utils_ver_match(u32 ver_expected, u32 ver_actual) in hw_atl_utils_ver_match() argument354 err = (dw_major_mask & (ver_expected ^ ver_actual)) ? -EOPNOTSUPP : 0; in hw_atl_utils_ver_match()357 err = ((dw_minor_mask & ver_expected) > (dw_minor_mask & ver_actual)) ? in hw_atl_utils_ver_match()