Home
last modified time | relevance | path

Searched defs:_v (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/
H A Ddfs_phyerr_tlv.h30 #define SM(_v, _f) (((_v) << _f##_S) & _f) argument
31 #define MS(_v, _f) (((_v) & _f) >> _f##_S) argument
/wlan-driver/fw-api/fw/
H A Dwmi.h69 #define MS(_v, _f) (((_v) & _f##_MASK) >> _f##_LSB) argument
71 #define SM(_v, _f) (((_v) << _f##_LSB) & _f##_MASK) argument
H A Dhtc.h38 #define MS(_v, _f) (((_v) & _f##_MASK) >> _f##_LSB) argument
40 #define SM(_v, _f) (((_v) << _f##_LSB) & _f##_MASK) argument
H A Dwmi_unified.h145 #define WMI_F_MS(_v, _f) \ argument
152 #define WMI_F_RMW(_var, _v, _f) \ argument
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/serialization/src/
H A Dwlan_serialization_utf_i.h35 #define WLAN_SER_DATA_STR(_s, _v, _i) \ argument
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_internal.h104 #define MS(_v, _f) (((_v) & _f ## _MASK) >> _f ## _LSB) argument
106 #define SM(_v, _f) (((_v) << _f ## _LSB) & _f ## _MASK) argument
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified.c56 #define MS(_v, _f) (((_v) & _f##_MASK) >> _f##_LSB) argument
58 #define SM(_v, _f) (((_v) << _f##_LSB) & _f##_MASK) argument
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/
H A Dwlan_cmn_ieee80211.h1248 #define WLAN_FD_SSID_LEN_PRES(_v) ((_v) & 0x1F) argument
1249 #define WLAN_FD_IS_CAP_PRESENT(_v) ((_v) & WLAN_FD_FRAMECNTL_CAP) argument
1250 #define WLAN_FD_IS_LEN_PRESENT(_v) ((_v) & WLAN_FD_FRAMECNTL_LEN_PRES) argument
1251 #define WLAN_FD_IS_FRAMECNTL_CH_CENTERFREQ(_v)\ argument
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_param.h158 #define WMI_HOST_F_MS(_v, _f) \ argument
161 #define WMI_HOST_F_RMW(_var, _v, _f) \ argument