Home
last modified time | relevance | path

Searched refs:hw_bd_info (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_sysfs.c181 hdd_ctx->hw_bd_info.bdf_version, in __show_fw_version()
182 hdd_ctx->hw_bd_info.ref_design_id, in __show_fw_version()
183 hdd_ctx->hw_bd_info.customer_id, in __show_fw_version()
184 hdd_ctx->hw_bd_info.project_id, in __show_fw_version()
185 hdd_ctx->hw_bd_info.board_data_rev); in __show_fw_version()
H A Dwlan_hdd_main.c2924 qdf_mem_copy(&hdd_ctx->hw_bd_info, &cfg->hw_bd_info, in hdd_update_tgt_cfg()
2925 sizeof(cfg->hw_bd_info)); in hdd_update_tgt_cfg()
3923 hdd_ctx->hw_bd_info.bdf_version, in hdd_wlan_get_version()
3924 hdd_ctx->hw_bd_info.ref_design_id, in hdd_wlan_get_version()
3925 hdd_ctx->hw_bd_info.customer_id, in hdd_wlan_get_version()
3926 hdd_ctx->hw_bd_info.project_id, in hdd_wlan_get_version()
3927 hdd_ctx->hw_bd_info.board_data_rev, in hdd_wlan_get_version()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_tgt_cfg.h282 struct board_info hw_bd_info; member
H A Dwma.h1053 uint32_t hw_bd_info[HW_BD_INFO_SIZE]; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c6442 tgt_cfg.hw_bd_info.bdf_version = wma_handle->hw_bd_info[BDF_VERSION]; in wma_update_hdd_cfg()
6443 tgt_cfg.hw_bd_info.ref_design_id = in wma_update_hdd_cfg()
6444 wma_handle->hw_bd_info[REF_DESIGN_ID]; in wma_update_hdd_cfg()
6445 tgt_cfg.hw_bd_info.customer_id = wma_handle->hw_bd_info[CUSTOMER_ID]; in wma_update_hdd_cfg()
6446 tgt_cfg.hw_bd_info.project_id = wma_handle->hw_bd_info[PROJECT_ID]; in wma_update_hdd_cfg()
6447 tgt_cfg.hw_bd_info.board_data_rev = in wma_update_hdd_cfg()
6448 wma_handle->hw_bd_info[BOARD_DATA_REV]; in wma_update_hdd_cfg()
6815 wma_handle->hw_bd_info[BDF_VERSION] = in wma_rx_service_ready_event()
6816 WMI_GET_BDF_VERSION(ev->hw_bd_info); in wma_rx_service_ready_event()
6817 wma_handle->hw_bd_info[REF_DESIGN_ID] = in wma_rx_service_ready_event()
[all …]
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h3124 #define WMI_GET_BDF_VERSION(hw_bd_info) ((hw_bd_info)[BDF_VERSION]) argument
3125 #define WMI_GET_REF_DESIGN(hw_bd_info) ((hw_bd_info)[REF_DESIGN_ID]) argument
3126 #define WMI_GET_CUSTOMER_ID(hw_bd_info) ((hw_bd_info)[CUSTOMER_ID]) argument
3127 #define WMI_GET_PROJECT_ID(hw_bd_info) ((hw_bd_info)[PROJECT_ID]) argument
3128 #define WMI_GET_BOARD_DATA_REV(hw_bd_info) ((hw_bd_info)[BOARD_DATA_REV]) argument
3130 #define WMI_SET_BDF_VERSION(hw_bd_info, val) ((hw_bd_info)[BDF_VERSION] = (val)) argument
3131 #define WMI_SET_REF_DESIGN(hw_bd_info, val) ((hw_bd_info)[REF_DESIGN_ID] = (val)) argument
3132 #define WMI_SET_CUSTOMER_ID(hw_bd_info, val) ((hw_bd_info)[CUSTOMER_ID] = (val)) argument
3133 #define WMI_SET_PROJECT_ID(hw_bd_info, val) ((hw_bd_info)[PROJECT_ID] = (val)) argument
3134 #define WMI_SET_BOARD_DATA_REV(hw_bd_info, val) ((hw_bd_info)[BOARD_DATA_REV] = (val)) argument
[all …]
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h2236 struct board_info hw_bd_info; member