Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dphy.c494 u8 bbp_val, temp; in mt7601u_read_bootup_temp() local
505 bbp_val = mt7601u_bbp_rmw(dev, 47, 0, 0x10); in mt7601u_read_bootup_temp()
509 for (i = 100; i && (bbp_val & 0x10); i--) in mt7601u_read_bootup_temp()
510 bbp_val = mt7601u_bbp_rr(dev, 47); in mt7601u_read_bootup_temp()
512 temp = mt7601u_bbp_r47_get(dev, bbp_val, BBP_R47_F_TEMP); in mt7601u_read_bootup_temp()
516 bbp_val = mt7601u_bbp_rr(dev, 21); in mt7601u_read_bootup_temp()
517 bbp_val |= 0x02; in mt7601u_read_bootup_temp()
518 mt7601u_bbp_wr(dev, 21, bbp_val); in mt7601u_read_bootup_temp()
519 bbp_val &= ~0x02; in mt7601u_read_bootup_temp()
520 mt7601u_bbp_wr(dev, 21, bbp_val); in mt7601u_read_bootup_temp()