Home
last modified time | relevance | path

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

/freebsd/sys/dev/safe/
H A Dsafereg.h250 #define SAFE_REV(_maj, _min) (((_maj) << SAFE_DEVINFO_REV_MAJ_S) | (_min)) argument
/freebsd/sys/contrib/dev/rtw89/
H A Dfw.c669 #define __CFG_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat) \ in rtw89_fw_recognize_elements()
673 .ver_code = RTW89_FW_VER_CODE(_maj, _min, _sub, _idx), \ in rtw89_fw_recognize_elements()
429 __CFG_FW_FEAT(_chip,_cond,_maj,_min,_sub,_idx,_feat) global() argument