Searched refs:phy_bit_map (Results 1 – 3 of 3) sorted by relevance
181 uint32_t phy_bit_map; in init_deinit_populate_mac_phy_capability() local185 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() local945 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()
36 uint32_t i, phy_bit_map, mac_phy_cnt, max_mac_phy_cnt = 0; in target_if_get_active_mac_phy_number() local44 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()
158 uint32_t phy_bit_map[WMI_HOST_HW_MODE_MAX]; member