Lines Matching refs:supported_phys
653 u32 supported_phys = 0;
656 supported_phys |= MGMT_PHY_BR_1M_1SLOT;
659 supported_phys |= MGMT_PHY_BR_1M_3SLOT;
662 supported_phys |= MGMT_PHY_BR_1M_5SLOT;
665 supported_phys |= MGMT_PHY_EDR_2M_1SLOT;
668 supported_phys |= MGMT_PHY_EDR_2M_3SLOT;
671 supported_phys |= MGMT_PHY_EDR_2M_5SLOT;
674 supported_phys |= MGMT_PHY_EDR_3M_1SLOT;
677 supported_phys |= MGMT_PHY_EDR_3M_3SLOT;
680 supported_phys |= MGMT_PHY_EDR_3M_5SLOT;
686 supported_phys |= MGMT_PHY_LE_1M_TX;
687 supported_phys |= MGMT_PHY_LE_1M_RX;
690 supported_phys |= MGMT_PHY_LE_2M_TX;
691 supported_phys |= MGMT_PHY_LE_2M_RX;
695 supported_phys |= MGMT_PHY_LE_CODED_TX;
696 supported_phys |= MGMT_PHY_LE_CODED_RX;
700 return supported_phys;
3406 rp.supported_phys = cpu_to_le32(get_supported_phys(hdev));
3466 u32 selected_phys, configurable_phys, supported_phys, unconfigure_phys;
3474 supported_phys = get_supported_phys(hdev);
3477 if (selected_phys & ~supported_phys)
3482 unconfigure_phys = supported_phys & ~configurable_phys;