Lines Matching refs:supported_phys

650 	u32 supported_phys = 0;  in get_supported_phys()  local
653 supported_phys |= MGMT_PHY_BR_1M_1SLOT; in get_supported_phys()
656 supported_phys |= MGMT_PHY_BR_1M_3SLOT; in get_supported_phys()
659 supported_phys |= MGMT_PHY_BR_1M_5SLOT; in get_supported_phys()
662 supported_phys |= MGMT_PHY_EDR_2M_1SLOT; in get_supported_phys()
665 supported_phys |= MGMT_PHY_EDR_2M_3SLOT; in get_supported_phys()
668 supported_phys |= MGMT_PHY_EDR_2M_5SLOT; in get_supported_phys()
671 supported_phys |= MGMT_PHY_EDR_3M_1SLOT; in get_supported_phys()
674 supported_phys |= MGMT_PHY_EDR_3M_3SLOT; in get_supported_phys()
677 supported_phys |= MGMT_PHY_EDR_3M_5SLOT; in get_supported_phys()
683 supported_phys |= MGMT_PHY_LE_1M_TX; in get_supported_phys()
684 supported_phys |= MGMT_PHY_LE_1M_RX; in get_supported_phys()
687 supported_phys |= MGMT_PHY_LE_2M_TX; in get_supported_phys()
688 supported_phys |= MGMT_PHY_LE_2M_RX; in get_supported_phys()
692 supported_phys |= MGMT_PHY_LE_CODED_TX; in get_supported_phys()
693 supported_phys |= MGMT_PHY_LE_CODED_RX; in get_supported_phys()
697 return supported_phys; in get_supported_phys()
3398 rp.supported_phys = cpu_to_le32(get_supported_phys(hdev)); in get_phy_configuration()
3458 u32 selected_phys, configurable_phys, supported_phys, unconfigure_phys; in set_phy_configuration() local
3466 supported_phys = get_supported_phys(hdev); in set_phy_configuration()
3469 if (selected_phys & ~supported_phys) in set_phy_configuration()
3474 unconfigure_phys = supported_phys & ~configurable_phys; in set_phy_configuration()