Lines Matching +full:50 +full:- +full:mhz
1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
3 * Copyright (C) 2020 - 2022 Intel Corporation
8 #include "fw/api/phy-ctxt.h"
11 * DDR needs frequency in units of 16.666MHz, so provide FW with the
15 /* frequency 2667MHz */
16 {cpu_to_le16(160), {50, 58, 60, 62, 64, 52, 54, 56},
20 /* frequency 2933MHz */
27 /* frequency 3200MHz */
32 /* frequency 3733MHz */
37 /* frequency 4000MHz */
42 /* frequency 4267MHz */
47 /* frequency 4400MHz */
52 /* frequency 5200MHz */
53 {cpu_to_le16(312), {36, 38, 40, 42, 44, 46, 50,},
57 /* frequency 5600MHz */
62 /* frequency 6000MHz */
67 /* frequency 6400MHz */
95 return -EOPNOTSUPP; in iwl_rfi_send_config_cmd()
97 lockdep_assert_held(&mvm->mutex); in iwl_rfi_send_config_cmd()
127 return ERR_PTR(-EOPNOTSUPP); in iwl_rfi_get_freq_table()
129 mutex_lock(&mvm->mutex); in iwl_rfi_get_freq_table()
131 mutex_unlock(&mvm->mutex); in iwl_rfi_get_freq_table()
138 return ERR_PTR(-EIO); in iwl_rfi_get_freq_table()
141 resp = kmemdup(cmd.resp_pkt->data, resp_size, GFP_KERNEL); in iwl_rfi_get_freq_table()
145 return ERR_PTR(-ENOMEM); in iwl_rfi_get_freq_table()
154 struct iwl_rfi_deactivate_notif *notif = (void *)pkt->data; in iwl_rfi_deactivate_notif_handler()
156 IWL_INFO(mvm, "RFIm is deactivated, reason = %d\n", notif->reason); in iwl_rfi_deactivate_notif_handler()