Searched refs:mt7601u_bbp_wr (Results 1 – 1 of 1) sorted by relevance
/drivers/net/wireless/mediatek/mt7601u/ |
D | phy.c | 128 static void mt7601u_bbp_wr(struct mt7601u_dev *dev, u8 offset, u8 val) in mt7601u_bbp_wr() function 196 mt7601u_bbp_wr(dev, offset, val); in mt7601u_bbp_rmw() 210 mt7601u_bbp_wr(dev, offset, val); in mt7601u_bbp_rmc() 334 mt7601u_bbp_wr(dev, 178, 0xff); in mt7601u_apply_ch14_fixup() 339 mt7601u_bbp_wr(dev, 4, 0x60); in mt7601u_apply_ch14_fixup() 340 mt7601u_bbp_wr(dev, 178, 0); in mt7601u_apply_ch14_fixup() 493 mt7601u_bbp_wr(dev, 47, flag); in mt7601u_bbp_r47_get() 513 mt7601u_bbp_wr(dev, 22, 0x40); in mt7601u_read_bootup_temp() 520 mt7601u_bbp_wr(dev, 22, 0); in mt7601u_read_bootup_temp() 524 mt7601u_bbp_wr(dev, 21, bbp_val); in mt7601u_read_bootup_temp() [all …]
|