Lines Matching refs:freq_item

236 	const struct mt76x0_freq_item *freq_item;  in mt76x0_phy_set_chan_rf_params()  local
256 freq_item = &mt76x0_sdm_frequency_plan[i]; in mt76x0_phy_set_chan_rf_params()
258 freq_item = &mt76x0_frequency_plan[i]; in mt76x0_phy_set_chan_rf_params()
260 mt76x0_rf_wr(dev, MT_RF(0, 37), freq_item->pllR37); in mt76x0_phy_set_chan_rf_params()
261 mt76x0_rf_wr(dev, MT_RF(0, 36), freq_item->pllR36); in mt76x0_phy_set_chan_rf_params()
262 mt76x0_rf_wr(dev, MT_RF(0, 35), freq_item->pllR35); in mt76x0_phy_set_chan_rf_params()
263 mt76x0_rf_wr(dev, MT_RF(0, 34), freq_item->pllR34); in mt76x0_phy_set_chan_rf_params()
264 mt76x0_rf_wr(dev, MT_RF(0, 33), freq_item->pllR33); in mt76x0_phy_set_chan_rf_params()
267 freq_item->pllR32_b7b5); in mt76x0_phy_set_chan_rf_params()
271 freq_item->pllR32_b4b0); in mt76x0_phy_set_chan_rf_params()
275 freq_item->pllR31_b7b5); in mt76x0_phy_set_chan_rf_params()
279 freq_item->pllR31_b4b0); in mt76x0_phy_set_chan_rf_params()
290 freq_item->pllR30_b7); in mt76x0_phy_set_chan_rf_params()
296 freq_item->pllR30_b6b2); in mt76x0_phy_set_chan_rf_params()
300 freq_item->pllR30_b1 << 1); in mt76x0_phy_set_chan_rf_params()
304 freq_item->pll_n & 0xff); in mt76x0_phy_set_chan_rf_params()
307 (freq_item->pll_n >> 8) & 0x1); in mt76x0_phy_set_chan_rf_params()
311 freq_item->pllR28_b7b6); in mt76x0_phy_set_chan_rf_params()
315 freq_item->pllR28_b5b4); in mt76x0_phy_set_chan_rf_params()
319 freq_item->pllR28_b3b2); in mt76x0_phy_set_chan_rf_params()
323 freq_item->pll_sdm_k & 0xff); in mt76x0_phy_set_chan_rf_params()
325 (freq_item->pll_sdm_k >> 8) & 0xff); in mt76x0_phy_set_chan_rf_params()
328 (freq_item->pll_sdm_k >> 16) & 0x3); in mt76x0_phy_set_chan_rf_params()
332 freq_item->pllR24_b1b0); in mt76x0_phy_set_chan_rf_params()