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()
3952 rp.selected_phys = cpu_to_le32(get_selected_phys(hdev)); in get_phy_configuration()
3967 ev.selected_phys = cpu_to_le32(get_selected_phys(hdev)); in mgmt_phy_configuration_changed()
4015 u32 selected_phys = __le32_to_cpu(cp->selected_phys); in set_default_phy_sync() local
4019 if (!(selected_phys & MGMT_PHY_LE_TX_MASK)) in set_default_phy_sync()
4022 if (!(selected_phys & MGMT_PHY_LE_RX_MASK)) in set_default_phy_sync()
4025 if (selected_phys & MGMT_PHY_LE_1M_TX) in set_default_phy_sync()
4028 if (selected_phys & MGMT_PHY_LE_2M_TX) in set_default_phy_sync()
4031 if (selected_phys & MGMT_PHY_LE_CODED_TX) in set_default_phy_sync()
4034 if (selected_phys & MGMT_PHY_LE_1M_RX) in set_default_phy_sync()
4037 if (selected_phys & MGMT_PHY_LE_2M_RX) in set_default_phy_sync()
4040 if (selected_phys & MGMT_PHY_LE_CODED_RX) in set_default_phy_sync()
4054 u32 selected_phys, configurable_phys, supported_phys, unconfigure_phys; in set_phy_configuration() local
4063 selected_phys = __le32_to_cpu(cp->selected_phys); in set_phy_configuration()
4065 if (selected_phys & ~supported_phys) in set_phy_configuration()
4072 if ((selected_phys & unconfigure_phys) != unconfigure_phys) in set_phy_configuration()
4077 if (selected_phys == get_selected_phys(hdev)) in set_phy_configuration()
4098 if (selected_phys & MGMT_PHY_BR_1M_3SLOT) in set_phy_configuration()
4103 if (selected_phys & MGMT_PHY_BR_1M_5SLOT) in set_phy_configuration()
4108 if (selected_phys & MGMT_PHY_EDR_2M_1SLOT) in set_phy_configuration()
4113 if (selected_phys & MGMT_PHY_EDR_2M_3SLOT) in set_phy_configuration()
4118 if (selected_phys & MGMT_PHY_EDR_2M_5SLOT) in set_phy_configuration()
4123 if (selected_phys & MGMT_PHY_EDR_3M_1SLOT) in set_phy_configuration()
4128 if (selected_phys & MGMT_PHY_EDR_3M_3SLOT) in set_phy_configuration()
4133 if (selected_phys & MGMT_PHY_EDR_3M_5SLOT) in set_phy_configuration()
4143 if ((selected_phys & MGMT_PHY_LE_MASK) == in set_phy_configuration()