/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/ |
H A D | hal_hw_headers.h | 135 #define HAL_DESC_SET_FIELD(_desc, _word, _fld, _value) do { \ argument 150 #define HAL_REG_WRITE(_soc, _reg, _value) \ argument 154 #define HAL_REG_WRITE_CONFIRM(_soc, _reg, _value) \ argument 157 #define HAL_REG_WRITE_CONFIRM_RETRY(_soc, _reg, _value, _recovery) \ argument 163 #define HAL_CMEM_WRITE(_soc, _reg, _value) \ argument 290 #define SRNG_REG_WRITE(_srng, _reg, _value, _dir) \ argument 294 #define SRNG_REG_WRITE_CONFIRM(_srng, _reg, _value, _dir) \ argument 302 #define SRNG_SRC_REG_WRITE(_srng, _reg, _value) \ argument 305 #define SRNG_DST_REG_WRITE(_srng, _reg, _value) \ argument 308 #define SRNG_DST_REG_WRITE_CONFIRM(_srng, _reg, _value) \ argument
|
H A D | hal_api.h | 314 #define hal_write32_mb_cmem(_hal_soc, _offset, _value) argument
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/ |
H A D | hal_be_hw_headers.h | 149 #define HAL_DESC_64_SET_FIELD(_desc, _word, _fld, _value) do { \ argument
|
/wlan-driver/fw-api/fw/ |
H A D | wmi_unified.h | 9776 #define WMI_PDEV_UPPER_CAP_NSS_SET(_value, value) WMI_SET_BITS(_value, 0, 8, value) argument 9778 #define WMI_PDEV_UPPER_CAP_MCS_SET(_value, value) WMI_SET_BITS(_value, 8, 8, value) argument 9780 #define WMI_PDEV_UPPER_CAP_NSS_VALID_SET(_value, value) WMI_SET_BITS(_value, 16, 1, value) argument 9782 #define WMI_PDEV_UPPER_CAP_MCS_VALID_SET(_value, value) WMI_SET_BITS(_value, 17, 1, value) argument 9784 #define WMI_PDEV_UPPER_CAP_DL_DIR_SET(_value, value) WMI_SET_BITS(_value, 18, 1, value) argument 9786 #define WMI_PDEV_UPPER_CAP_UL_DIR_SET(_value, value) WMI_SET_BITS(_value, 19, 1, value) argument 9789 #define WMI_PDEV_RATE_DROP_NUM_MCS_SET(_value, value) WMI_SET_BITS(_value, 0, 8, value) argument 9791 #define WMI_PDEV_RATE_DROP_RETRY_THRSH_SET(_value, value) WMI_SET_BITS(_value, 8, 8, value) argument 9793 #define WMI_PDEV_RATE_DROP_NUM_MCS_VALID_SET(_value, value) WMI_SET_BITS(_value, 16, 1, value) argument 9795 #define WMI_PDEV_RATE_DROP_RETRY_THRSH_VALID_SET(_value, value) WMI_SET_BITS(_value, 17, 1, value) argument [all …]
|