Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt76x0/
Dphy.c431 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()