Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Deeprom.c50 u16 nic_conf0 = mt76x02_eeprom_get(dev, MT_EE_NIC_CONF_0); in mt76x0_set_chip_cap() local
74 if (!mt76x02_field_valid(nic_conf0 >> 8)) in mt76x0_set_chip_cap()
77 if (FIELD_GET(MT_EE_NIC_CONF_0_RX_PATH, nic_conf0) > 1 || in mt76x0_set_chip_cap()
78 FIELD_GET(MT_EE_NIC_CONF_0_TX_PATH, nic_conf0) > 1) in mt76x0_set_chip_cap()
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/
H A Deeprom.c108 u16 nic_conf0 = get_unaligned_le16(eeprom + MT_EE_NIC_CONF_0); in mt7601u_set_chip_cap() local
121 if (!field_valid(nic_conf0 >> 8)) in mt7601u_set_chip_cap()
124 if (FIELD_GET(MT_EE_NIC_CONF_0_RX_PATH, nic_conf0) > 1 || in mt7601u_set_chip_cap()
125 FIELD_GET(MT_EE_NIC_CONF_0_TX_PATH, nic_conf0) > 1) in mt7601u_set_chip_cap()