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()
106 for (i = 0; i < n_regs; i++) in mt7615_tm_reg_backup_restore()
109 for (i = 0; i < n_rf_regs; i++) in mt7615_tm_reg_backup_restore()
124 for (i = 0; i < n_regs; i++) in mt7615_tm_reg_backup_restore()
126 for (i = 0; i < n_rf_regs; i++) in mt7615_tm_reg_backup_restore()
135 unsigned int total_flags = ~0; in mt7615_tm_init_phy()
142 mt7615_ops.configure_filter(phy->mt76->hw, 0, &total_flags, 0); in mt7615_tm_init_phy()
164 (BIT(0) | BIT(MT_ARB_RQCR_BAND_SHIFT)); in mt7615_tm_set_rx_enable()
190 for (i = 0; i < 4; i++) { in mt7615_tm_set_tx_antenna()
193 (td->tx_antenna_mask & BIT(i)) ? 0 : 0xa); in mt7615_tm_set_tx_antenna()
198 mt76_rmw_field(dev, MT_ANT_SWITCH_CON(3), MT_ANT_SWITCH_CON_MODE(0), in mt7615_tm_set_tx_antenna()
199 (td->tx_antenna_mask & BIT(0)) ? 0x8 : 0x1b); in mt7615_tm_set_tx_antenna()
201 (td->tx_antenna_mask & BIT(1)) ? 0xe : 0x1b); in mt7615_tm_set_tx_antenna()
202 mt76_rmw_field(dev, MT_ANT_SWITCH_CON(6), MT_ANT_SWITCH_CON_MODE1(0), in mt7615_tm_set_tx_antenna()
203 (td->tx_antenna_mask & BIT(2)) ? 0x0 : 0xf); in mt7615_tm_set_tx_antenna()
205 (td->tx_antenna_mask & BIT(3)) ? 0x6 : 0xf); in mt7615_tm_set_tx_antenna()
209 (td->tx_antenna_mask & BIT(0)) ? 0xd : 0x1b); in mt7615_tm_set_tx_antenna()
211 (td->tx_antenna_mask & BIT(1)) ? 0x13 : 0x1b); in mt7615_tm_set_tx_antenna()
213 (td->tx_antenna_mask & BIT(2)) ? 0x5 : 0xf); in mt7615_tm_set_tx_antenna()
215 (td->tx_antenna_mask & BIT(3)) ? 0xb : 0xf); in mt7615_tm_set_tx_antenna()
217 for (i = 0; i < 4; i++) { in mt7615_tm_set_tx_antenna()
220 val = mt7615_rf_rr(dev, i, 0x48); in mt7615_tm_set_tx_antenna()
221 val &= ~(0x3ff << 20); in mt7615_tm_set_tx_antenna()
226 mt7615_rf_wr(dev, i, 0x48, val); in mt7615_tm_set_tx_antenna()
257 en, en ? td->freq_offset : 0); in mt7615_tm_update_params()
283 u32 changed = 0; in mt7615_tm_set_state()
286 for (i = 0; i < ARRAY_SIZE(tm_change_map); i++) { in mt7615_tm_set_state()
296 return 0; in mt7615_tm_set_state()
305 u32 changed = 0; in mt7615_tm_set_params()
312 return 0; in mt7615_tm_set_params()
317 for (i = 0; i < ARRAY_SIZE(tm_change_map); i++) { in mt7615_tm_set_params()
324 return 0; in mt7615_tm_set_params()
347 for (i = 0; i < ARRAY_SIZE(dev->test.last_rcpi); i++) in mt7615_tm_dump_stats()
355 return 0; in mt7615_tm_dump_stats()