Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.c459 const u32 dw_major_mask = 0xff000000U; in hw_atl_utils_ver_match() local
463 ver_match = (dw_major_mask & (ver_expected ^ ver_actual)) ? false : true; in hw_atl_utils_ver_match()