Searched refs:_maj (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/safe/ |
H A D | safereg.h | 250 #define SAFE_REV(_maj, _min) (((_maj) << SAFE_DEVINFO_REV_MAJ_S) | (_min)) argument
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | fw.c | 669 #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
|