Home
last modified time | relevance | path

Searched refs:MT_RF_BYPASS_0 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dphy.c499 rf_bp = mt7601u_rr(dev, MT_RF_BYPASS_0); in mt7601u_read_bootup_temp()
501 mt7601u_wr(dev, MT_RF_BYPASS_0, 0); in mt7601u_read_bootup_temp()
503 mt7601u_wr(dev, MT_RF_BYPASS_0, 0x00000010); in mt7601u_read_bootup_temp()
522 mt7601u_wr(dev, MT_RF_BYPASS_0, 0); in mt7601u_read_bootup_temp()
524 mt7601u_wr(dev, MT_RF_BYPASS_0, rf_bp); in mt7601u_read_bootup_temp()
649 mt7601u_wr(dev, MT_RF_BYPASS_0, 0x000c0030); in mt7601u_tssi_dc_gain_cal()
712 mt7601u_wr(dev, MT_RF_BYPASS_0, 0); in mt7601u_tssi_dc_gain_cal()
H A Dregs.h197 #define MT_RF_BYPASS_0 0x0504 macro