Searched refs:bbp_val (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt7601u/ |
A D | phy.c | 494 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()
|
/linux-6.3-rc2/drivers/net/wireless/ralink/rt2x00/ |
A D | rt2800lib.c | 9979 u8 bbp_val; in rt2800_bbp_core_soft_reset() local 9982 bbp_val |= 0x1; in rt2800_bbp_core_soft_reset() 9994 bbp_val &= (~0x1); in rt2800_bbp_core_soft_reset() 10047 u8 bbp_val; in rt2800_lp_tx_filter_bw_cal() local 10056 if (bbp_val == 0x02 || cnt == 20) in rt2800_lp_tx_filter_bw_cal() 10063 cal_val = bbp_val & 0x7F; in rt2800_lp_tx_filter_bw_cal() 10079 u8 bbp_val, rf_val; in rt2800_bw_filter_calibration() local 10152 bbp_val &= (~0x1F); in rt2800_bw_filter_calibration() 10153 bbp_val |= 0x10; in rt2800_bw_filter_calibration() 10205 bbp_val &= (~0x6); in rt2800_bw_filter_calibration() [all …]
|
Completed in 20 milliseconds