Searched refs:nic_conf1 (Results 1 – 2 of 2) sorted by relevance
108 u16 nic_conf1 = get_unaligned_le16(eeprom + MT_EE_NIC_CONF_1); in mt7601u_has_tssi() local110 return ~nic_conf1 && (nic_conf1 & MT_EE_NIC_CONF_1_TX_ALC_EN); in mt7601u_has_tssi()117 u16 nic_conf1 = get_unaligned_le16(eeprom + MT_EE_NIC_CONF_1); in mt7601u_set_chip_cap() local119 if (!field_valid(nic_conf1 & 0xff)) in mt7601u_set_chip_cap()120 nic_conf1 &= 0xff00; in mt7601u_set_chip_cap()123 !(nic_conf1 & MT_EE_NIC_CONF_1_TEMP_TX_ALC); in mt7601u_set_chip_cap()125 if (nic_conf1 & MT_EE_NIC_CONF_1_HW_RF_CTRL) in mt7601u_set_chip_cap()
120 u16 nic_conf1 = get_unaligned_le16(eeprom + MT_EE_NIC_CONF_1); in mt76x0_set_chip_cap() local122 dev_dbg(dev->mt76.dev, "NIC_CONF0: %04x NIC_CONF1: %04x\n", nic_conf0, nic_conf1); in mt76x0_set_chip_cap()139 if (!field_valid(nic_conf1 & 0xff)) in mt76x0_set_chip_cap()140 nic_conf1 &= 0xff00; in mt76x0_set_chip_cap()142 if (nic_conf1 & MT_EE_NIC_CONF_1_HW_RF_CTRL) in mt76x0_set_chip_cap()