Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_phy.c126 int core_val, agc_val; in mt76x02_phy_set_bw() local
131 agc_val = 7; in mt76x02_phy_set_bw()
135 agc_val = 3; in mt76x02_phy_set_bw()
139 agc_val = 1; in mt76x02_phy_set_bw()
144 mt76_rmw_field(dev, MT_BBP(AGC, 0), MT_BBP_AGC_R0_BW, agc_val); in mt76x02_phy_set_bw()