Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt76x0/
Dphy.c428 u16 ee_ant = mt76x02_eeprom_get(dev, MT_EE_ANTENNA); in mt76x0_phy_ant_select() local
437 ee_ant &= ~(BIT(14) | BIT(12)); in mt76x0_phy_ant_select()
441 if (ee_ant & MT_EE_ANTENNA_DUAL) { in mt76x0_phy_ant_select()
446 ee_ant |= BIT(12); in mt76x0_phy_ant_select()
463 ee_ant |= BIT(14) | BIT(11); in mt76x0_phy_ant_select()
466 mt76_rmw(dev, MT_CMB_CTRL, GENMASK(15, 0), ee_ant); in mt76x0_phy_ant_select()