Searched refs:mt7601u_bbp_wr (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/ |
D | phy.c | 122 static void mt7601u_bbp_wr(struct mt7601u_dev *dev, u8 offset, u8 val) in mt7601u_bbp_wr() function 190 mt7601u_bbp_wr(dev, offset, val); in mt7601u_bbp_rmw() 204 mt7601u_bbp_wr(dev, offset, val); in mt7601u_bbp_rmc() 328 mt7601u_bbp_wr(dev, 178, 0xff); in mt7601u_apply_ch14_fixup() 333 mt7601u_bbp_wr(dev, 4, 0x60); in mt7601u_apply_ch14_fixup() 334 mt7601u_bbp_wr(dev, 178, 0); in mt7601u_apply_ch14_fixup() 487 mt7601u_bbp_wr(dev, 47, flag); in mt7601u_bbp_r47_get() 507 mt7601u_bbp_wr(dev, 22, 0x40); in mt7601u_read_bootup_temp() 514 mt7601u_bbp_wr(dev, 22, 0); in mt7601u_read_bootup_temp() 518 mt7601u_bbp_wr(dev, 21, bbp_val); in mt7601u_read_bootup_temp() [all …]
|