Lines Matching refs:selected_phys
753 u32 selected_phys = 0;
756 selected_phys |= MGMT_PHY_BR_1M_1SLOT;
759 selected_phys |= MGMT_PHY_BR_1M_3SLOT;
762 selected_phys |= MGMT_PHY_BR_1M_5SLOT;
766 selected_phys |= MGMT_PHY_EDR_2M_1SLOT;
770 selected_phys |= MGMT_PHY_EDR_2M_3SLOT;
774 selected_phys |= MGMT_PHY_EDR_2M_5SLOT;
778 selected_phys |= MGMT_PHY_EDR_3M_1SLOT;
782 selected_phys |= MGMT_PHY_EDR_3M_3SLOT;
786 selected_phys |= MGMT_PHY_EDR_3M_5SLOT;
793 selected_phys |= MGMT_PHY_LE_1M_TX;
796 selected_phys |= MGMT_PHY_LE_1M_RX;
799 selected_phys |= MGMT_PHY_LE_2M_TX;
802 selected_phys |= MGMT_PHY_LE_2M_RX;
805 selected_phys |= MGMT_PHY_LE_CODED_TX;
808 selected_phys |= MGMT_PHY_LE_CODED_RX;
811 return selected_phys;
3899 rp.selected_phys = cpu_to_le32(get_selected_phys(hdev));
3914 ev.selected_phys = cpu_to_le32(get_selected_phys(hdev));
3962 u32 selected_phys = __le32_to_cpu(cp->selected_phys);
3966 if (!(selected_phys & MGMT_PHY_LE_TX_MASK))
3969 if (!(selected_phys & MGMT_PHY_LE_RX_MASK))
3972 if (selected_phys & MGMT_PHY_LE_1M_TX)
3975 if (selected_phys & MGMT_PHY_LE_2M_TX)
3978 if (selected_phys & MGMT_PHY_LE_CODED_TX)
3981 if (selected_phys & MGMT_PHY_LE_1M_RX)
3984 if (selected_phys & MGMT_PHY_LE_2M_RX)
3987 if (selected_phys & MGMT_PHY_LE_CODED_RX)
4001 u32 selected_phys, configurable_phys, supported_phys, unconfigure_phys;
4010 selected_phys = __le32_to_cpu(cp->selected_phys);
4012 if (selected_phys & ~supported_phys)
4019 if ((selected_phys & unconfigure_phys) != unconfigure_phys)
4024 if (selected_phys == get_selected_phys(hdev))
4045 if (selected_phys & MGMT_PHY_BR_1M_3SLOT)
4050 if (selected_phys & MGMT_PHY_BR_1M_5SLOT)
4055 if (selected_phys & MGMT_PHY_EDR_2M_1SLOT)
4060 if (selected_phys & MGMT_PHY_EDR_2M_3SLOT)
4065 if (selected_phys & MGMT_PHY_EDR_2M_5SLOT)
4070 if (selected_phys & MGMT_PHY_EDR_3M_1SLOT)
4075 if (selected_phys & MGMT_PHY_EDR_3M_3SLOT)
4080 if (selected_phys & MGMT_PHY_EDR_3M_5SLOT)
4090 if ((selected_phys & MGMT_PHY_LE_MASK) ==