Lines Matching refs:selected_phys

710 	u32 selected_phys = 0;  in get_selected_phys()  local
713 selected_phys |= MGMT_PHY_BR_1M_1SLOT; in get_selected_phys()
716 selected_phys |= MGMT_PHY_BR_1M_3SLOT; in get_selected_phys()
719 selected_phys |= MGMT_PHY_BR_1M_5SLOT; in get_selected_phys()
723 selected_phys |= MGMT_PHY_EDR_2M_1SLOT; in get_selected_phys()
727 selected_phys |= MGMT_PHY_EDR_2M_3SLOT; in get_selected_phys()
731 selected_phys |= MGMT_PHY_EDR_2M_5SLOT; in get_selected_phys()
735 selected_phys |= MGMT_PHY_EDR_3M_1SLOT; in get_selected_phys()
739 selected_phys |= MGMT_PHY_EDR_3M_3SLOT; in get_selected_phys()
743 selected_phys |= MGMT_PHY_EDR_3M_5SLOT; in get_selected_phys()
750 selected_phys |= MGMT_PHY_LE_1M_TX; in get_selected_phys()
753 selected_phys |= MGMT_PHY_LE_1M_RX; in get_selected_phys()
756 selected_phys |= MGMT_PHY_LE_2M_TX; in get_selected_phys()
759 selected_phys |= MGMT_PHY_LE_2M_RX; in get_selected_phys()
762 selected_phys |= MGMT_PHY_LE_CODED_TX; in get_selected_phys()
765 selected_phys |= MGMT_PHY_LE_CODED_RX; in get_selected_phys()
768 return selected_phys; in get_selected_phys()
3407 rp.selected_phys = cpu_to_le32(get_selected_phys(hdev)); in get_phy_configuration()
3422 ev.selected_phys = cpu_to_le32(get_selected_phys(hdev)); in mgmt_phy_configuration_changed()
3466 u32 selected_phys, configurable_phys, supported_phys, unconfigure_phys; in set_phy_configuration() local
3475 selected_phys = __le32_to_cpu(cp->selected_phys); in set_phy_configuration()
3477 if (selected_phys & ~supported_phys) in set_phy_configuration()
3484 if ((selected_phys & unconfigure_phys) != unconfigure_phys) in set_phy_configuration()
3489 if (selected_phys == get_selected_phys(hdev)) in set_phy_configuration()
3510 if (selected_phys & MGMT_PHY_BR_1M_3SLOT) in set_phy_configuration()
3515 if (selected_phys & MGMT_PHY_BR_1M_5SLOT) in set_phy_configuration()
3520 if (selected_phys & MGMT_PHY_EDR_2M_1SLOT) in set_phy_configuration()
3525 if (selected_phys & MGMT_PHY_EDR_2M_3SLOT) in set_phy_configuration()
3530 if (selected_phys & MGMT_PHY_EDR_2M_5SLOT) in set_phy_configuration()
3535 if (selected_phys & MGMT_PHY_EDR_3M_1SLOT) in set_phy_configuration()
3540 if (selected_phys & MGMT_PHY_EDR_3M_3SLOT) in set_phy_configuration()
3545 if (selected_phys & MGMT_PHY_EDR_3M_5SLOT) in set_phy_configuration()
3555 if ((selected_phys & MGMT_PHY_LE_MASK) == in set_phy_configuration()
3578 if (!(selected_phys & MGMT_PHY_LE_TX_MASK)) in set_phy_configuration()
3581 if (!(selected_phys & MGMT_PHY_LE_RX_MASK)) in set_phy_configuration()
3584 if (selected_phys & MGMT_PHY_LE_1M_TX) in set_phy_configuration()
3587 if (selected_phys & MGMT_PHY_LE_2M_TX) in set_phy_configuration()
3590 if (selected_phys & MGMT_PHY_LE_CODED_TX) in set_phy_configuration()
3593 if (selected_phys & MGMT_PHY_LE_1M_RX) in set_phy_configuration()
3596 if (selected_phys & MGMT_PHY_LE_2M_RX) in set_phy_configuration()
3599 if (selected_phys & MGMT_PHY_LE_CODED_RX) in set_phy_configuration()