Searched refs:_maj (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/misc/sgi-xp/ |
| H A D | xpc.h | 27 #define _XPC_VERSION(_maj, _min) (((_maj) << 4) | ((_min) & 0xf)) argument
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | qlink.h | 15 #define QLINK_VER(_maj, _min) (((_maj) << QLINK_PROTO_VER_MAJOR_S) | (_min)) argument
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | fw.c | 819 #define __CFG_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat) \ argument 823 .ver_code = RTW89_FW_VER_CODE(_maj, _min, _sub, _idx), \ 827 #define __S_DIS_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat) \ argument 831 .ver_code = RTW89_FW_VER_CODE(_maj, _min, _sub, _idx), \ 837 #define __G_DIS_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _grp) \ argument 841 .ver_code = RTW89_FW_VER_CODE(_maj, _min, _sub, _idx), \ 848 #define __DIS_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat, _type) \ argument 849 __##_type##_DIS_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat)
|