Lines Matching +full:0 +full:x48
25 MT_WF_PHY_RFINTF3_0(0),
41 { 0, 0x48 },
42 { 1, 0x48 },
43 { 2, 0x48 },
44 { 3, 0x48 },
82 for (i = 0; i < target_chains; i++) { in mt7615_tm_set_tx_power()
84 if (ret < 0) { in mt7615_tm_set_tx_power()
107 for (i = 0; i < n_regs; i++) in mt7615_tm_reg_backup_restore()
110 for (i = 0; i < n_rf_regs; i++) in mt7615_tm_reg_backup_restore()
125 for (i = 0; i < n_regs; i++) in mt7615_tm_reg_backup_restore()
127 for (i = 0; i < n_rf_regs; i++) in mt7615_tm_reg_backup_restore()
136 unsigned int total_flags = ~0; in mt7615_tm_init()
145 mt7615_ops.configure_filter(phy->mt76->hw, 0, &total_flags, 0); in mt7615_tm_init()
158 (BIT(0) | BIT(MT_ARB_RQCR_BAND_SHIFT)); in mt7615_tm_set_rx_enable()
185 for (i = 0; i < 4; i++) { in mt7615_tm_set_tx_antenna()
188 (mask & BIT(i)) ? 0 : 0xa); in mt7615_tm_set_tx_antenna()
192 mt76_rmw_field(dev, MT_ANT_SWITCH_CON(3), MT_ANT_SWITCH_CON_MODE(0), in mt7615_tm_set_tx_antenna()
193 (mask & BIT(0)) ? 0x8 : 0x1b); in mt7615_tm_set_tx_antenna()
195 (mask & BIT(1)) ? 0xe : 0x1b); in mt7615_tm_set_tx_antenna()
196 mt76_rmw_field(dev, MT_ANT_SWITCH_CON(6), MT_ANT_SWITCH_CON_MODE1(0), in mt7615_tm_set_tx_antenna()
197 (mask & BIT(2)) ? 0x0 : 0xf); in mt7615_tm_set_tx_antenna()
199 (mask & BIT(3)) ? 0x6 : 0xf); in mt7615_tm_set_tx_antenna()
203 (mask & BIT(0)) ? 0xd : 0x1b); in mt7615_tm_set_tx_antenna()
205 (mask & BIT(1)) ? 0x13 : 0x1b); in mt7615_tm_set_tx_antenna()
207 (mask & BIT(2)) ? 0x5 : 0xf); in mt7615_tm_set_tx_antenna()
209 (mask & BIT(3)) ? 0xb : 0xf); in mt7615_tm_set_tx_antenna()
211 for (i = 0; i < 4; i++) { in mt7615_tm_set_tx_antenna()
214 val = mt7615_rf_rr(dev, i, 0x48); in mt7615_tm_set_tx_antenna()
215 val &= ~(0x3ff << 20); in mt7615_tm_set_tx_antenna()
220 mt7615_rf_wr(dev, i, 0x48, val); in mt7615_tm_set_tx_antenna()
253 en, en ? td->freq_offset : 0); in mt7615_tm_update_params()
279 u32 changed = 0; in mt7615_tm_set_state()
282 for (i = 0; i < ARRAY_SIZE(tm_change_map); i++) { in mt7615_tm_set_state()
292 return 0; in mt7615_tm_set_state()
301 u32 changed = 0; in mt7615_tm_set_params()
308 return 0; in mt7615_tm_set_params()
313 for (i = 0; i < ARRAY_SIZE(tm_change_map); i++) { in mt7615_tm_set_params()
320 return 0; in mt7615_tm_set_params()
341 for (i = 0; i < ARRAY_SIZE(phy->test.last_rcpi); i++) in mt7615_tm_dump_stats()
351 for (i = 0; i < ARRAY_SIZE(phy->test.last_ib_rssi); i++) in mt7615_tm_dump_stats()
361 for (i = 0; i < ARRAY_SIZE(phy->test.last_wb_rssi); i++) in mt7615_tm_dump_stats()
369 return 0; in mt7615_tm_dump_stats()