Lines Matching refs:selected_phys

711 	u32 selected_phys = 0;  in get_selected_phys()  local
714 selected_phys |= MGMT_PHY_BR_1M_1SLOT; in get_selected_phys()
717 selected_phys |= MGMT_PHY_BR_1M_3SLOT; in get_selected_phys()
720 selected_phys |= MGMT_PHY_BR_1M_5SLOT; in get_selected_phys()
724 selected_phys |= MGMT_PHY_EDR_2M_1SLOT; in get_selected_phys()
728 selected_phys |= MGMT_PHY_EDR_2M_3SLOT; in get_selected_phys()
732 selected_phys |= MGMT_PHY_EDR_2M_5SLOT; in get_selected_phys()
736 selected_phys |= MGMT_PHY_EDR_3M_1SLOT; in get_selected_phys()
740 selected_phys |= MGMT_PHY_EDR_3M_3SLOT; in get_selected_phys()
744 selected_phys |= MGMT_PHY_EDR_3M_5SLOT; in get_selected_phys()
751 selected_phys |= MGMT_PHY_LE_1M_TX; in get_selected_phys()
754 selected_phys |= MGMT_PHY_LE_1M_RX; in get_selected_phys()
757 selected_phys |= MGMT_PHY_LE_2M_TX; in get_selected_phys()
760 selected_phys |= MGMT_PHY_LE_2M_RX; in get_selected_phys()
763 selected_phys |= MGMT_PHY_LE_CODED_TX; in get_selected_phys()
766 selected_phys |= MGMT_PHY_LE_CODED_RX; in get_selected_phys()
769 return selected_phys; in get_selected_phys()
3408 rp.selected_phys = cpu_to_le32(get_selected_phys(hdev)); in get_phy_configuration()
3423 ev.selected_phys = cpu_to_le32(get_selected_phys(hdev)); in mgmt_phy_configuration_changed()
3467 u32 selected_phys, configurable_phys, supported_phys, unconfigure_phys; in set_phy_configuration() local
3476 selected_phys = __le32_to_cpu(cp->selected_phys); in set_phy_configuration()
3478 if (selected_phys & ~supported_phys) in set_phy_configuration()
3485 if ((selected_phys & unconfigure_phys) != unconfigure_phys) in set_phy_configuration()
3490 if (selected_phys == get_selected_phys(hdev)) in set_phy_configuration()
3511 if (selected_phys & MGMT_PHY_BR_1M_3SLOT) in set_phy_configuration()
3516 if (selected_phys & MGMT_PHY_BR_1M_5SLOT) in set_phy_configuration()
3521 if (selected_phys & MGMT_PHY_EDR_2M_1SLOT) in set_phy_configuration()
3526 if (selected_phys & MGMT_PHY_EDR_2M_3SLOT) in set_phy_configuration()
3531 if (selected_phys & MGMT_PHY_EDR_2M_5SLOT) in set_phy_configuration()
3536 if (selected_phys & MGMT_PHY_EDR_3M_1SLOT) in set_phy_configuration()
3541 if (selected_phys & MGMT_PHY_EDR_3M_3SLOT) in set_phy_configuration()
3546 if (selected_phys & MGMT_PHY_EDR_3M_5SLOT) in set_phy_configuration()
3556 if ((selected_phys & MGMT_PHY_LE_MASK) == in set_phy_configuration()
3579 if (!(selected_phys & MGMT_PHY_LE_TX_MASK)) in set_phy_configuration()
3582 if (!(selected_phys & MGMT_PHY_LE_RX_MASK)) in set_phy_configuration()
3585 if (selected_phys & MGMT_PHY_LE_1M_TX) in set_phy_configuration()
3588 if (selected_phys & MGMT_PHY_LE_2M_TX) in set_phy_configuration()
3591 if (selected_phys & MGMT_PHY_LE_CODED_TX) in set_phy_configuration()
3594 if (selected_phys & MGMT_PHY_LE_1M_RX) in set_phy_configuration()
3597 if (selected_phys & MGMT_PHY_LE_2M_RX) in set_phy_configuration()
3600 if (selected_phys & MGMT_PHY_LE_CODED_RX) in set_phy_configuration()