Lines Matching refs:selected_phys

705 	u32 selected_phys = 0;
708 selected_phys |= MGMT_PHY_BR_1M_1SLOT;
711 selected_phys |= MGMT_PHY_BR_1M_3SLOT;
714 selected_phys |= MGMT_PHY_BR_1M_5SLOT;
718 selected_phys |= MGMT_PHY_EDR_2M_1SLOT;
722 selected_phys |= MGMT_PHY_EDR_2M_3SLOT;
726 selected_phys |= MGMT_PHY_EDR_2M_5SLOT;
730 selected_phys |= MGMT_PHY_EDR_3M_1SLOT;
734 selected_phys |= MGMT_PHY_EDR_3M_3SLOT;
738 selected_phys |= MGMT_PHY_EDR_3M_5SLOT;
745 selected_phys |= MGMT_PHY_LE_1M_TX;
748 selected_phys |= MGMT_PHY_LE_1M_RX;
751 selected_phys |= MGMT_PHY_LE_2M_TX;
754 selected_phys |= MGMT_PHY_LE_2M_RX;
757 selected_phys |= MGMT_PHY_LE_CODED_TX;
760 selected_phys |= MGMT_PHY_LE_CODED_RX;
763 return selected_phys;
3407 rp.selected_phys = cpu_to_le32(get_selected_phys(hdev));
3422 ev.selected_phys = cpu_to_le32(get_selected_phys(hdev));
3466 u32 selected_phys, configurable_phys, supported_phys, unconfigure_phys;
3475 selected_phys = __le32_to_cpu(cp->selected_phys);
3477 if (selected_phys & ~supported_phys)
3484 if ((selected_phys & unconfigure_phys) != unconfigure_phys)
3489 if (selected_phys == get_selected_phys(hdev))
3510 if (selected_phys & MGMT_PHY_BR_1M_3SLOT)
3515 if (selected_phys & MGMT_PHY_BR_1M_5SLOT)
3520 if (selected_phys & MGMT_PHY_EDR_2M_1SLOT)
3525 if (selected_phys & MGMT_PHY_EDR_2M_3SLOT)
3530 if (selected_phys & MGMT_PHY_EDR_2M_5SLOT)
3535 if (selected_phys & MGMT_PHY_EDR_3M_1SLOT)
3540 if (selected_phys & MGMT_PHY_EDR_3M_3SLOT)
3545 if (selected_phys & MGMT_PHY_EDR_3M_5SLOT)
3555 if ((selected_phys & MGMT_PHY_LE_MASK) ==
3578 if (!(selected_phys & MGMT_PHY_LE_TX_MASK))
3581 if (!(selected_phys & MGMT_PHY_LE_RX_MASK))
3584 if (selected_phys & MGMT_PHY_LE_1M_TX)
3587 if (selected_phys & MGMT_PHY_LE_2M_TX)
3590 if (selected_phys & MGMT_PHY_LE_CODED_TX)
3593 if (selected_phys & MGMT_PHY_LE_1M_RX)
3596 if (selected_phys & MGMT_PHY_LE_2M_RX)
3599 if (selected_phys & MGMT_PHY_LE_CODED_RX)