Home
last modified time | relevance | path

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

/drivers/net/wireless/mediatek/mt7601u/
Dphy.c500 u8 bbp_val, temp; in mt7601u_read_bootup_temp() local
511 bbp_val = mt7601u_bbp_rmw(dev, 47, 0, 0x10); in mt7601u_read_bootup_temp()
515 for (i = 100; i && (bbp_val & 0x10); i--) in mt7601u_read_bootup_temp()
516 bbp_val = mt7601u_bbp_rr(dev, 47); in mt7601u_read_bootup_temp()
518 temp = mt7601u_bbp_r47_get(dev, bbp_val, BBP_R47_F_TEMP); in mt7601u_read_bootup_temp()
522 bbp_val = mt7601u_bbp_rr(dev, 21); in mt7601u_read_bootup_temp()
523 bbp_val |= 0x02; in mt7601u_read_bootup_temp()
524 mt7601u_bbp_wr(dev, 21, bbp_val); in mt7601u_read_bootup_temp()
525 bbp_val &= ~0x02; in mt7601u_read_bootup_temp()
526 mt7601u_bbp_wr(dev, 21, bbp_val); in mt7601u_read_bootup_temp()