Lines Matching refs:selected_phys
705 u32 selected_phys = 0; in get_selected_phys() local
708 selected_phys |= MGMT_PHY_BR_1M_1SLOT; in get_selected_phys()
711 selected_phys |= MGMT_PHY_BR_1M_3SLOT; in get_selected_phys()
714 selected_phys |= MGMT_PHY_BR_1M_5SLOT; in get_selected_phys()
718 selected_phys |= MGMT_PHY_EDR_2M_1SLOT; in get_selected_phys()
722 selected_phys |= MGMT_PHY_EDR_2M_3SLOT; in get_selected_phys()
726 selected_phys |= MGMT_PHY_EDR_2M_5SLOT; in get_selected_phys()
730 selected_phys |= MGMT_PHY_EDR_3M_1SLOT; in get_selected_phys()
734 selected_phys |= MGMT_PHY_EDR_3M_3SLOT; in get_selected_phys()
738 selected_phys |= MGMT_PHY_EDR_3M_5SLOT; in get_selected_phys()
745 selected_phys |= MGMT_PHY_LE_1M_TX; in get_selected_phys()
748 selected_phys |= MGMT_PHY_LE_1M_RX; in get_selected_phys()
751 selected_phys |= MGMT_PHY_LE_2M_TX; in get_selected_phys()
754 selected_phys |= MGMT_PHY_LE_2M_RX; in get_selected_phys()
757 selected_phys |= MGMT_PHY_LE_CODED_TX; in get_selected_phys()
760 selected_phys |= MGMT_PHY_LE_CODED_RX; in get_selected_phys()
763 return selected_phys; in get_selected_phys()
3402 rp.selected_phys = cpu_to_le32(get_selected_phys(hdev)); in get_phy_configuration()
3417 ev.selected_phys = cpu_to_le32(get_selected_phys(hdev)); in mgmt_phy_configuration_changed()
3461 u32 selected_phys, configurable_phys, supported_phys, unconfigure_phys; in set_phy_configuration() local
3470 selected_phys = __le32_to_cpu(cp->selected_phys); in set_phy_configuration()
3472 if (selected_phys & ~supported_phys) in set_phy_configuration()
3479 if ((selected_phys & unconfigure_phys) != unconfigure_phys) in set_phy_configuration()
3484 if (selected_phys == get_selected_phys(hdev)) in set_phy_configuration()
3505 if (selected_phys & MGMT_PHY_BR_1M_3SLOT) in set_phy_configuration()
3510 if (selected_phys & MGMT_PHY_BR_1M_5SLOT) in set_phy_configuration()
3515 if (selected_phys & MGMT_PHY_EDR_2M_1SLOT) in set_phy_configuration()
3520 if (selected_phys & MGMT_PHY_EDR_2M_3SLOT) in set_phy_configuration()
3525 if (selected_phys & MGMT_PHY_EDR_2M_5SLOT) in set_phy_configuration()
3530 if (selected_phys & MGMT_PHY_EDR_3M_1SLOT) in set_phy_configuration()
3535 if (selected_phys & MGMT_PHY_EDR_3M_3SLOT) in set_phy_configuration()
3540 if (selected_phys & MGMT_PHY_EDR_3M_5SLOT) in set_phy_configuration()
3550 if ((selected_phys & MGMT_PHY_LE_MASK) == in set_phy_configuration()
3573 if (!(selected_phys & MGMT_PHY_LE_TX_MASK)) in set_phy_configuration()
3576 if (!(selected_phys & MGMT_PHY_LE_RX_MASK)) in set_phy_configuration()
3579 if (selected_phys & MGMT_PHY_LE_1M_TX) in set_phy_configuration()
3582 if (selected_phys & MGMT_PHY_LE_2M_TX) in set_phy_configuration()
3585 if (selected_phys & MGMT_PHY_LE_CODED_TX) in set_phy_configuration()
3588 if (selected_phys & MGMT_PHY_LE_1M_RX) in set_phy_configuration()
3591 if (selected_phys & MGMT_PHY_LE_2M_RX) in set_phy_configuration()
3594 if (selected_phys & MGMT_PHY_LE_CODED_RX) in set_phy_configuration()