Lines Matching defs:selected_phys

741 	u32 selected_phys = 0;
744 selected_phys |= MGMT_PHY_BR_1M_1SLOT;
747 selected_phys |= MGMT_PHY_BR_1M_3SLOT;
750 selected_phys |= MGMT_PHY_BR_1M_5SLOT;
754 selected_phys |= MGMT_PHY_EDR_2M_1SLOT;
758 selected_phys |= MGMT_PHY_EDR_2M_3SLOT;
762 selected_phys |= MGMT_PHY_EDR_2M_5SLOT;
766 selected_phys |= MGMT_PHY_EDR_3M_1SLOT;
770 selected_phys |= MGMT_PHY_EDR_3M_3SLOT;
774 selected_phys |= MGMT_PHY_EDR_3M_5SLOT;
781 selected_phys |= MGMT_PHY_LE_1M_TX;
784 selected_phys |= MGMT_PHY_LE_1M_RX;
787 selected_phys |= MGMT_PHY_LE_2M_TX;
790 selected_phys |= MGMT_PHY_LE_2M_RX;
793 selected_phys |= MGMT_PHY_LE_CODED_TX;
796 selected_phys |= MGMT_PHY_LE_CODED_RX;
799 return selected_phys;
4097 rp.selected_phys = cpu_to_le32(get_selected_phys(hdev));
4112 ev.selected_phys = cpu_to_le32(get_selected_phys(hdev));
4159 u32 selected_phys;
4161 selected_phys = __le32_to_cpu(cp->selected_phys);
4165 if (!(selected_phys & MGMT_PHY_LE_TX_MASK))
4168 if (!(selected_phys & MGMT_PHY_LE_RX_MASK))
4171 if (selected_phys & MGMT_PHY_LE_1M_TX)
4174 if (selected_phys & MGMT_PHY_LE_2M_TX)
4177 if (selected_phys & MGMT_PHY_LE_CODED_TX)
4180 if (selected_phys & MGMT_PHY_LE_1M_RX)
4183 if (selected_phys & MGMT_PHY_LE_2M_RX)
4186 if (selected_phys & MGMT_PHY_LE_CODED_RX)
4200 u32 selected_phys, configurable_phys, supported_phys, unconfigure_phys;
4209 selected_phys = __le32_to_cpu(cp->selected_phys);
4211 if (selected_phys & ~supported_phys)
4218 if ((selected_phys & unconfigure_phys) != unconfigure_phys)
4223 if (selected_phys == get_selected_phys(hdev))
4244 if (selected_phys & MGMT_PHY_BR_1M_3SLOT)
4249 if (selected_phys & MGMT_PHY_BR_1M_5SLOT)
4254 if (selected_phys & MGMT_PHY_EDR_2M_1SLOT)
4259 if (selected_phys & MGMT_PHY_EDR_2M_3SLOT)
4264 if (selected_phys & MGMT_PHY_EDR_2M_5SLOT)
4269 if (selected_phys & MGMT_PHY_EDR_3M_1SLOT)
4274 if (selected_phys & MGMT_PHY_EDR_3M_3SLOT)
4279 if (selected_phys & MGMT_PHY_EDR_3M_5SLOT)
4289 if ((selected_phys & MGMT_PHY_LE_MASK) ==