Home
last modified time | relevance | path

Searched refs:hw_modes (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
Dservice_ready_util.c321 if ((info->hw_modes.num_modes == 1) && in init_deinit_change_def_hw_mode()
322 (info->hw_modes.hw_mode_ids[0] == WMI_HOST_HW_MODE_DBS) && in init_deinit_change_def_hw_mode()
355 info->hw_modes.num_modes = 0; in init_deinit_populate_hw_mode_capability()
365 info->hw_modes.hw_mode_ids[hw_idx] = in init_deinit_populate_hw_mode_capability()
367 info->hw_modes.phy_bit_map[hw_idx] = in init_deinit_populate_hw_mode_capability()
369 info->hw_modes.num_modes++; in init_deinit_populate_hw_mode_capability()
793 num_hw_modes = info->hw_modes.num_modes; in init_deinit_update_phy_reg_cap()
799 if (info->hw_modes.hw_mode_ids[idx] == in init_deinit_update_phy_reg_cap()
941 num_hw_modes = info->hw_modes.num_modes; in init_deinit_populate_mac_phy_cap_ext2()
944 hw_mode_id = info->hw_modes.hw_mode_ids[hw_idx]; in init_deinit_populate_mac_phy_cap_ext2()
[all …]
Dinit_cmd_api.c318 if ((info->hw_modes.num_modes == 1) && in is_num_band_to_mac_required()
319 (info->hw_modes.hw_mode_ids[0] == WMI_HOST_HW_MODE_DBS) && in is_num_band_to_mac_required()
/wlan-driver/qca-wifi-host-cmn/target_if/dp/src/
Dtarget_if_dp.c35 struct target_supported_modes *hw_modes; in target_if_get_active_mac_phy_number() local
42 hw_modes = &psoc_info->info.hw_modes; in target_if_get_active_mac_phy_number()
43 for (i = 0; i < hw_modes->num_modes; i++) { in target_if_get_active_mac_phy_number()
44 phy_bit_map = hw_modes->phy_bit_map[i]; in target_if_get_active_mac_phy_number()
/wlan-driver/qca-wifi-host-cmn/target_if/core/inc/
Dtarget_if.h243 struct target_supported_modes hw_modes; member
867 return &psoc_info->info.hw_modes; in target_psoc_get_supported_hw_modes()