Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
Deeprom.c107 u16 nic_conf1 = get_unaligned_le16(eeprom + MT_EE_NIC_CONF_1); in mt7601u_has_tssi() local
109 return ~nic_conf1 && (nic_conf1 & MT_EE_NIC_CONF_1_TX_ALC_EN); in mt7601u_has_tssi()
116 u16 nic_conf1 = get_unaligned_le16(eeprom + MT_EE_NIC_CONF_1); in mt7601u_set_chip_cap() local
118 if (!field_valid(nic_conf1 & 0xff)) in mt7601u_set_chip_cap()
119 nic_conf1 &= 0xff00; in mt7601u_set_chip_cap()
122 !(nic_conf1 & MT_EE_NIC_CONF_1_TEMP_TX_ALC); in mt7601u_set_chip_cap()
124 if (nic_conf1 & MT_EE_NIC_CONF_1_HW_RF_CTRL) in mt7601u_set_chip_cap()