Searched refs:coex3 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x0/ |
H A D | phy.c | 431 u32 wlan, coex3; in mt76x0_phy_ant_select() local 435 coex3 = mt76_rr(dev, MT_COEXCFG3); in mt76x0_phy_ant_select() 439 coex3 &= ~GENMASK(5, 2); in mt76x0_phy_ant_select() 448 coex3 |= BIT(4); in mt76x0_phy_ant_select() 449 coex3 |= BIT(3); in mt76x0_phy_ant_select() 455 coex3 |= BIT(3) | BIT(4); in mt76x0_phy_ant_select() 458 coex3 |= BIT(1); in mt76x0_phy_ant_select() 469 mt76_wr(dev, MT_COEXCFG3, coex3); in mt76x0_phy_ant_select()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt76x0/ |
H A D | phy.c | 431 u32 wlan, coex3; in mt76x0_phy_ant_select() local 435 coex3 = mt76_rr(dev, MT_COEXCFG3); in mt76x0_phy_ant_select() 439 coex3 &= ~GENMASK(5, 2); in mt76x0_phy_ant_select() 448 coex3 |= BIT(4); in mt76x0_phy_ant_select() 449 coex3 |= BIT(3); in mt76x0_phy_ant_select() 455 coex3 |= BIT(3) | BIT(4); in mt76x0_phy_ant_select() 458 coex3 |= BIT(1); in mt76x0_phy_ant_select() 469 mt76_wr(dev, MT_COEXCFG3, coex3); in mt76x0_phy_ant_select()
|
Completed in 4 milliseconds