Lines Matching refs:selected_phys
753 u32 selected_phys = 0; in get_selected_phys() local
756 selected_phys |= MGMT_PHY_BR_1M_1SLOT; in get_selected_phys()
759 selected_phys |= MGMT_PHY_BR_1M_3SLOT; in get_selected_phys()
762 selected_phys |= MGMT_PHY_BR_1M_5SLOT; in get_selected_phys()
766 selected_phys |= MGMT_PHY_EDR_2M_1SLOT; in get_selected_phys()
770 selected_phys |= MGMT_PHY_EDR_2M_3SLOT; in get_selected_phys()
774 selected_phys |= MGMT_PHY_EDR_2M_5SLOT; in get_selected_phys()
778 selected_phys |= MGMT_PHY_EDR_3M_1SLOT; in get_selected_phys()
782 selected_phys |= MGMT_PHY_EDR_3M_3SLOT; in get_selected_phys()
786 selected_phys |= MGMT_PHY_EDR_3M_5SLOT; in get_selected_phys()
793 selected_phys |= MGMT_PHY_LE_1M_TX; in get_selected_phys()
796 selected_phys |= MGMT_PHY_LE_1M_RX; in get_selected_phys()
799 selected_phys |= MGMT_PHY_LE_2M_TX; in get_selected_phys()
802 selected_phys |= MGMT_PHY_LE_2M_RX; in get_selected_phys()
805 selected_phys |= MGMT_PHY_LE_CODED_TX; in get_selected_phys()
808 selected_phys |= MGMT_PHY_LE_CODED_RX; in get_selected_phys()
811 return selected_phys; in get_selected_phys()
3964 rp.selected_phys = cpu_to_le32(get_selected_phys(hdev)); in get_phy_configuration()
3979 ev.selected_phys = cpu_to_le32(get_selected_phys(hdev)); in mgmt_phy_configuration_changed()
4027 u32 selected_phys = __le32_to_cpu(cp->selected_phys); in set_default_phy_sync() local
4031 if (!(selected_phys & MGMT_PHY_LE_TX_MASK)) in set_default_phy_sync()
4034 if (!(selected_phys & MGMT_PHY_LE_RX_MASK)) in set_default_phy_sync()
4037 if (selected_phys & MGMT_PHY_LE_1M_TX) in set_default_phy_sync()
4040 if (selected_phys & MGMT_PHY_LE_2M_TX) in set_default_phy_sync()
4043 if (selected_phys & MGMT_PHY_LE_CODED_TX) in set_default_phy_sync()
4046 if (selected_phys & MGMT_PHY_LE_1M_RX) in set_default_phy_sync()
4049 if (selected_phys & MGMT_PHY_LE_2M_RX) in set_default_phy_sync()
4052 if (selected_phys & MGMT_PHY_LE_CODED_RX) in set_default_phy_sync()
4066 u32 selected_phys, configurable_phys, supported_phys, unconfigure_phys; in set_phy_configuration() local
4075 selected_phys = __le32_to_cpu(cp->selected_phys); in set_phy_configuration()
4077 if (selected_phys & ~supported_phys) in set_phy_configuration()
4084 if ((selected_phys & unconfigure_phys) != unconfigure_phys) in set_phy_configuration()
4089 if (selected_phys == get_selected_phys(hdev)) in set_phy_configuration()
4110 if (selected_phys & MGMT_PHY_BR_1M_3SLOT) in set_phy_configuration()
4115 if (selected_phys & MGMT_PHY_BR_1M_5SLOT) in set_phy_configuration()
4120 if (selected_phys & MGMT_PHY_EDR_2M_1SLOT) in set_phy_configuration()
4125 if (selected_phys & MGMT_PHY_EDR_2M_3SLOT) in set_phy_configuration()
4130 if (selected_phys & MGMT_PHY_EDR_2M_5SLOT) in set_phy_configuration()
4135 if (selected_phys & MGMT_PHY_EDR_3M_1SLOT) in set_phy_configuration()
4140 if (selected_phys & MGMT_PHY_EDR_3M_3SLOT) in set_phy_configuration()
4145 if (selected_phys & MGMT_PHY_EDR_3M_5SLOT) in set_phy_configuration()
4155 if ((selected_phys & MGMT_PHY_LE_MASK) == in set_phy_configuration()