Searched refs:core_val (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/ |
D | mt76x2_phy_common.c | 262 int core_val, agc_val; in mt76x2_phy_set_bw() local 266 core_val = 3; in mt76x2_phy_set_bw() 270 core_val = 2; in mt76x2_phy_set_bw() 274 core_val = 0; in mt76x2_phy_set_bw() 279 mt76_rmw_field(dev, MT_BBP(CORE, 1), MT_BBP_CORE_R1_BW, core_val); in mt76x2_phy_set_bw()
|
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/ |
D | phy.c | 205 int core_val, agc_val; in mt76x0_bbp_set_ctrlch() local 209 core_val = 3; in mt76x0_bbp_set_ctrlch() 213 core_val = 2; in mt76x0_bbp_set_ctrlch() 217 core_val = 0; in mt76x0_bbp_set_ctrlch() 222 mt76_rmw_field(dev, MT_BBP(CORE, 1), MT_BBP_CORE_R1_BW, core_val); in mt76x0_bbp_set_ctrlch()
|