Home
last modified time | relevance | path

Searched refs:WMI_DIAG_FREQUENCY_GET (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c10657 !(WMI_DIAG_FREQUENCY_GET(evt_args[i]))); in send_log_supported_evt_cmd_tlv()
10712 if ((WMI_DIAG_FREQUENCY_GET(wmi_handle->events_logs_list[i])) && in send_enable_specific_fw_logs_cmd_tlv()
10749 if ((WMI_DIAG_FREQUENCY_GET(val)) && in send_enable_specific_fw_logs_cmd_tlv()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h10891 #define WMI_DIAG_FREQUENCY_GET(diag_events_logs) WMI_GET_BITS(diag_events_logs, 17, 1) macro