Lines Matching refs:selected_phys

740 	u32 selected_phys = 0;  in get_selected_phys()  local
743 selected_phys |= MGMT_PHY_BR_1M_1SLOT; in get_selected_phys()
746 selected_phys |= MGMT_PHY_BR_1M_3SLOT; in get_selected_phys()
749 selected_phys |= MGMT_PHY_BR_1M_5SLOT; in get_selected_phys()
753 selected_phys |= MGMT_PHY_EDR_2M_1SLOT; in get_selected_phys()
757 selected_phys |= MGMT_PHY_EDR_2M_3SLOT; in get_selected_phys()
761 selected_phys |= MGMT_PHY_EDR_2M_5SLOT; in get_selected_phys()
765 selected_phys |= MGMT_PHY_EDR_3M_1SLOT; in get_selected_phys()
769 selected_phys |= MGMT_PHY_EDR_3M_3SLOT; in get_selected_phys()
773 selected_phys |= MGMT_PHY_EDR_3M_5SLOT; in get_selected_phys()
780 selected_phys |= MGMT_PHY_LE_1M_TX; in get_selected_phys()
783 selected_phys |= MGMT_PHY_LE_1M_RX; in get_selected_phys()
786 selected_phys |= MGMT_PHY_LE_2M_TX; in get_selected_phys()
789 selected_phys |= MGMT_PHY_LE_2M_RX; in get_selected_phys()
792 selected_phys |= MGMT_PHY_LE_CODED_TX; in get_selected_phys()
795 selected_phys |= MGMT_PHY_LE_CODED_RX; in get_selected_phys()
798 return selected_phys; in get_selected_phys()
3933 rp.selected_phys = cpu_to_le32(get_selected_phys(hdev)); in get_phy_configuration()
3948 ev.selected_phys = cpu_to_le32(get_selected_phys(hdev)); in mgmt_phy_configuration_changed()
3996 u32 selected_phys = __le32_to_cpu(cp->selected_phys); in set_default_phy_sync() local
4000 if (!(selected_phys & MGMT_PHY_LE_TX_MASK)) in set_default_phy_sync()
4003 if (!(selected_phys & MGMT_PHY_LE_RX_MASK)) in set_default_phy_sync()
4006 if (selected_phys & MGMT_PHY_LE_1M_TX) in set_default_phy_sync()
4009 if (selected_phys & MGMT_PHY_LE_2M_TX) in set_default_phy_sync()
4012 if (selected_phys & MGMT_PHY_LE_CODED_TX) in set_default_phy_sync()
4015 if (selected_phys & MGMT_PHY_LE_1M_RX) in set_default_phy_sync()
4018 if (selected_phys & MGMT_PHY_LE_2M_RX) in set_default_phy_sync()
4021 if (selected_phys & MGMT_PHY_LE_CODED_RX) in set_default_phy_sync()
4035 u32 selected_phys, configurable_phys, supported_phys, unconfigure_phys; in set_phy_configuration() local
4044 selected_phys = __le32_to_cpu(cp->selected_phys); in set_phy_configuration()
4046 if (selected_phys & ~supported_phys) in set_phy_configuration()
4053 if ((selected_phys & unconfigure_phys) != unconfigure_phys) in set_phy_configuration()
4058 if (selected_phys == get_selected_phys(hdev)) in set_phy_configuration()
4079 if (selected_phys & MGMT_PHY_BR_1M_3SLOT) in set_phy_configuration()
4084 if (selected_phys & MGMT_PHY_BR_1M_5SLOT) in set_phy_configuration()
4089 if (selected_phys & MGMT_PHY_EDR_2M_1SLOT) in set_phy_configuration()
4094 if (selected_phys & MGMT_PHY_EDR_2M_3SLOT) in set_phy_configuration()
4099 if (selected_phys & MGMT_PHY_EDR_2M_5SLOT) in set_phy_configuration()
4104 if (selected_phys & MGMT_PHY_EDR_3M_1SLOT) in set_phy_configuration()
4109 if (selected_phys & MGMT_PHY_EDR_3M_3SLOT) in set_phy_configuration()
4114 if (selected_phys & MGMT_PHY_EDR_3M_5SLOT) in set_phy_configuration()
4124 if ((selected_phys & MGMT_PHY_LE_MASK) == in set_phy_configuration()