Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils.c382 const u32 dw_major_mask = 0xff000000U; in hw_atl_utils_ver_match() local
385 err = (dw_major_mask & (ver_expected ^ ver_actual)) ? -EOPNOTSUPP : 0; in hw_atl_utils_ver_match()