Searched refs:mt7601u_bbp_wr (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/ |
D | phy.c | 130 static void mt7601u_bbp_wr(struct mt7601u_dev *dev, u8 offset, u8 val) in mt7601u_bbp_wr() function 198 mt7601u_bbp_wr(dev, offset, val); in mt7601u_bbp_rmw() 212 mt7601u_bbp_wr(dev, offset, val); in mt7601u_bbp_rmc() 336 mt7601u_bbp_wr(dev, 178, 0xff); in mt7601u_apply_ch14_fixup() 341 mt7601u_bbp_wr(dev, 4, 0x60); in mt7601u_apply_ch14_fixup() 342 mt7601u_bbp_wr(dev, 178, 0); in mt7601u_apply_ch14_fixup() 495 mt7601u_bbp_wr(dev, 47, flag); in mt7601u_bbp_r47_get() 515 mt7601u_bbp_wr(dev, 22, 0x40); in mt7601u_read_bootup_temp() 522 mt7601u_bbp_wr(dev, 22, 0); in mt7601u_read_bootup_temp() 526 mt7601u_bbp_wr(dev, 21, bbp_val); in mt7601u_read_bootup_temp() [all …]
|