Lines Matching defs:supported_phys
689 u32 supported_phys = 0;
692 supported_phys |= MGMT_PHY_BR_1M_1SLOT;
695 supported_phys |= MGMT_PHY_BR_1M_3SLOT;
698 supported_phys |= MGMT_PHY_BR_1M_5SLOT;
701 supported_phys |= MGMT_PHY_EDR_2M_1SLOT;
704 supported_phys |= MGMT_PHY_EDR_2M_3SLOT;
707 supported_phys |= MGMT_PHY_EDR_2M_5SLOT;
710 supported_phys |= MGMT_PHY_EDR_3M_1SLOT;
713 supported_phys |= MGMT_PHY_EDR_3M_3SLOT;
716 supported_phys |= MGMT_PHY_EDR_3M_5SLOT;
722 supported_phys |= MGMT_PHY_LE_1M_TX;
723 supported_phys |= MGMT_PHY_LE_1M_RX;
726 supported_phys |= MGMT_PHY_LE_2M_TX;
727 supported_phys |= MGMT_PHY_LE_2M_RX;
731 supported_phys |= MGMT_PHY_LE_CODED_TX;
732 supported_phys |= MGMT_PHY_LE_CODED_RX;
736 return supported_phys;
4096 rp.supported_phys = cpu_to_le32(get_supported_phys(hdev));
4200 u32 selected_phys, configurable_phys, supported_phys, unconfigure_phys;
4208 supported_phys = get_supported_phys(hdev);
4211 if (selected_phys & ~supported_phys)
4216 unconfigure_phys = supported_phys & ~configurable_phys;