Searched defs:_num_bits (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
H A D | qdf_util.h | 150 #define QDF_GET_BITS(_val, _index, _num_bits) \ argument 154 #define QDF_SET_BITS(_var, _index, _num_bits, _val) do { \ argument 159 #define QDF_SET_BITS64(_var, _tmp, _index, _num_bits, _val) do { \ argument 168 #define QDF_GET_BITS64(_val, _index, _num_bits) \ argument
|
/wlan-driver/fw-api/fw/ |
H A D | wlan_defs.h | 1355 #define MLO_SHMEM_GET_BITS(_val,_index,_num_bits) \ argument 1358 #define MLO_SHMEM_SET_BITS(_var,_index,_num_bits,_val) \ argument
|
H A D | wmi_unified.h | 158 #define WMI_GET_BITS(_val,_index,_num_bits) \ argument 161 #define WMI_SET_BITS(_var,_index,_num_bits,_val) do { \ argument 184 #define WMI_GET_BITS_ARRAY_LEN32_BYTES(var, _arrayp, _index, _num_bits) \ argument 192 #define WMI_SET_BITS_ARRAY_LEN32_BYTES(_arrayp, _index, _num_bits, val) \ argument
|
H A D | htt_stats.h | 12090 #define HTT_GET_BITS(_val, _index, _num_bits) \ argument
|