Lines Matching refs:supported_phys

701 	u32 supported_phys = 0;  in get_supported_phys()  local
704 supported_phys |= MGMT_PHY_BR_1M_1SLOT; in get_supported_phys()
707 supported_phys |= MGMT_PHY_BR_1M_3SLOT; in get_supported_phys()
710 supported_phys |= MGMT_PHY_BR_1M_5SLOT; in get_supported_phys()
713 supported_phys |= MGMT_PHY_EDR_2M_1SLOT; in get_supported_phys()
716 supported_phys |= MGMT_PHY_EDR_2M_3SLOT; in get_supported_phys()
719 supported_phys |= MGMT_PHY_EDR_2M_5SLOT; in get_supported_phys()
722 supported_phys |= MGMT_PHY_EDR_3M_1SLOT; in get_supported_phys()
725 supported_phys |= MGMT_PHY_EDR_3M_3SLOT; in get_supported_phys()
728 supported_phys |= MGMT_PHY_EDR_3M_5SLOT; in get_supported_phys()
734 supported_phys |= MGMT_PHY_LE_1M_TX; in get_supported_phys()
735 supported_phys |= MGMT_PHY_LE_1M_RX; in get_supported_phys()
738 supported_phys |= MGMT_PHY_LE_2M_TX; in get_supported_phys()
739 supported_phys |= MGMT_PHY_LE_2M_RX; in get_supported_phys()
743 supported_phys |= MGMT_PHY_LE_CODED_TX; in get_supported_phys()
744 supported_phys |= MGMT_PHY_LE_CODED_RX; in get_supported_phys()
748 return supported_phys; in get_supported_phys()
3951 rp.supported_phys = cpu_to_le32(get_supported_phys(hdev)); in get_phy_configuration()
4054 u32 selected_phys, configurable_phys, supported_phys, unconfigure_phys; in set_phy_configuration() local
4062 supported_phys = get_supported_phys(hdev); in set_phy_configuration()
4065 if (selected_phys & ~supported_phys) in set_phy_configuration()
4070 unconfigure_phys = supported_phys & ~configurable_phys; in set_phy_configuration()