Lines Matching refs:selected_phys
677 u32 selected_phys = 0; in get_selected_phys() local
680 selected_phys |= MGMT_PHY_BR_1M_1SLOT; in get_selected_phys()
683 selected_phys |= MGMT_PHY_BR_1M_3SLOT; in get_selected_phys()
686 selected_phys |= MGMT_PHY_BR_1M_5SLOT; in get_selected_phys()
690 selected_phys |= MGMT_PHY_EDR_2M_1SLOT; in get_selected_phys()
694 selected_phys |= MGMT_PHY_EDR_2M_3SLOT; in get_selected_phys()
698 selected_phys |= MGMT_PHY_EDR_2M_5SLOT; in get_selected_phys()
702 selected_phys |= MGMT_PHY_EDR_3M_1SLOT; in get_selected_phys()
706 selected_phys |= MGMT_PHY_EDR_3M_3SLOT; in get_selected_phys()
710 selected_phys |= MGMT_PHY_EDR_3M_5SLOT; in get_selected_phys()
717 selected_phys |= MGMT_PHY_LE_1M_TX; in get_selected_phys()
720 selected_phys |= MGMT_PHY_LE_1M_RX; in get_selected_phys()
723 selected_phys |= MGMT_PHY_LE_2M_TX; in get_selected_phys()
726 selected_phys |= MGMT_PHY_LE_2M_RX; in get_selected_phys()
729 selected_phys |= MGMT_PHY_LE_CODED_TX; in get_selected_phys()
732 selected_phys |= MGMT_PHY_LE_CODED_RX; in get_selected_phys()
735 return selected_phys; in get_selected_phys()
3335 rp.selected_phys = cpu_to_le32(get_selected_phys(hdev)); in get_phy_configuration()
3350 ev.selected_phys = cpu_to_le32(get_selected_phys(hdev)); in mgmt_phy_configuration_changed()
3394 u32 selected_phys, configurable_phys, supported_phys, unconfigure_phys; in set_phy_configuration() local
3403 selected_phys = __le32_to_cpu(cp->selected_phys); in set_phy_configuration()
3405 if (selected_phys & ~supported_phys) in set_phy_configuration()
3412 if ((selected_phys & unconfigure_phys) != unconfigure_phys) in set_phy_configuration()
3417 if (selected_phys == get_selected_phys(hdev)) in set_phy_configuration()
3438 if (selected_phys & MGMT_PHY_BR_1M_3SLOT) in set_phy_configuration()
3443 if (selected_phys & MGMT_PHY_BR_1M_5SLOT) in set_phy_configuration()
3448 if (selected_phys & MGMT_PHY_EDR_2M_1SLOT) in set_phy_configuration()
3453 if (selected_phys & MGMT_PHY_EDR_2M_3SLOT) in set_phy_configuration()
3458 if (selected_phys & MGMT_PHY_EDR_2M_5SLOT) in set_phy_configuration()
3463 if (selected_phys & MGMT_PHY_EDR_3M_1SLOT) in set_phy_configuration()
3468 if (selected_phys & MGMT_PHY_EDR_3M_3SLOT) in set_phy_configuration()
3473 if (selected_phys & MGMT_PHY_EDR_3M_5SLOT) in set_phy_configuration()
3483 if ((selected_phys & MGMT_PHY_LE_MASK) == in set_phy_configuration()
3506 if (!(selected_phys & MGMT_PHY_LE_TX_MASK)) in set_phy_configuration()
3509 if (!(selected_phys & MGMT_PHY_LE_RX_MASK)) in set_phy_configuration()
3512 if (selected_phys & MGMT_PHY_LE_1M_TX) in set_phy_configuration()
3515 if (selected_phys & MGMT_PHY_LE_2M_TX) in set_phy_configuration()
3518 if (selected_phys & MGMT_PHY_LE_CODED_TX) in set_phy_configuration()
3521 if (selected_phys & MGMT_PHY_LE_1M_RX) in set_phy_configuration()
3524 if (selected_phys & MGMT_PHY_LE_2M_RX) in set_phy_configuration()
3527 if (selected_phys & MGMT_PHY_LE_CODED_RX) in set_phy_configuration()