Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2u_phy.c84 if (!dev->cal.tssi_comp_pending) { in mt76x2u_phy_tssi_compensate()
88 dev->cal.tssi_comp_pending = true; in mt76x2u_phy_tssi_compensate()
93 dev->cal.tssi_comp_pending = false; in mt76x2u_phy_tssi_compensate()
Dmt76x2_phy.c416 if (!dev->cal.tssi_comp_pending) { in mt76x2_phy_tssi_compensate()
420 dev->cal.tssi_comp_pending = true; in mt76x2_phy_tssi_compensate()
425 dev->cal.tssi_comp_pending = false; in mt76x2_phy_tssi_compensate()
Dmt76x2.h88 bool tssi_comp_pending; member