Home
last modified time | relevance | path

Searched refs:phy_bit_map (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
H A Dservice_ready_util.c181 uint32_t phy_bit_map; in init_deinit_populate_mac_phy_capability() local
185 phy_bit_map = hw_cap->phy_id_map; in init_deinit_populate_mac_phy_capability()
187 hw_mode_id, phy_bit_map); in init_deinit_populate_mac_phy_capability()
190 while (phy_bit_map) { in init_deinit_populate_mac_phy_capability()
207 phy_bit_map &= (phy_bit_map - 1); in init_deinit_populate_mac_phy_capability()
367 info->hw_modes.phy_bit_map[hw_idx] = in init_deinit_populate_hw_mode_capability()
931 uint32_t phy_bit_map; in init_deinit_populate_mac_phy_cap_ext2() local
945 phy_bit_map = info->hw_modes.phy_bit_map[hw_idx]; in init_deinit_populate_mac_phy_cap_ext2()
948 while (phy_bit_map) { in init_deinit_populate_mac_phy_cap_ext2()
973 phy_bit_map &= (phy_bit_map - 1); in init_deinit_populate_mac_phy_cap_ext2()
/wlan-driver/qca-wifi-host-cmn/target_if/dp/src/
H A Dtarget_if_dp.c36 uint32_t i, phy_bit_map, mac_phy_cnt, max_mac_phy_cnt = 0; in target_if_get_active_mac_phy_number() local
44 phy_bit_map = hw_modes->phy_bit_map[i]; in target_if_get_active_mac_phy_number()
46 while (phy_bit_map) { in target_if_get_active_mac_phy_number()
48 phy_bit_map &= (phy_bit_map - 1); in target_if_get_active_mac_phy_number()
/wlan-driver/qca-wifi-host-cmn/target_if/core/inc/
H A Dtarget_if.h158 uint32_t phy_bit_map[WMI_HOST_HW_MODE_MAX]; member