Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dreg.h820 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_5416_PCI) || \
821 ((_ah)->hw_version.macVersion == AR_SREV_VERSION_5416_PCIE))
824 ((_ah)->hw_version.macRev >= AR_SREV_REVISION_5416_22)) || \
825 ((_ah)->hw_version.macVersion >= AR_SREV_VERSION_9100))
828 ((ah->hw_version.macVersion) == AR_SREV_VERSION_9100)
830 (((_ah)->hw_version.macVersion >= AR_SREV_VERSION_9100))
833 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9160))
835 (((_ah)->hw_version.macVersion >= AR_SREV_VERSION_9160))
838 ((_ah)->hw_version.macRev == AR_SREV_REVISION_9160_11))
840 (((_ah)->hw_version.macVersion == AR_SREV_VERSION_9280))
[all …]
Dhw.c258 ah->hw_version.macRev = ah->get_mac_revision(); in ath9k_hw_read_revisions()
260 switch (ah->hw_version.devid) { in ath9k_hw_read_revisions()
262 ah->hw_version.macVersion = AR_SREV_VERSION_9100; in ath9k_hw_read_revisions()
265 ah->hw_version.macVersion = AR_SREV_VERSION_9330; in ath9k_hw_read_revisions()
268 ah->hw_version.macRev = MS(val, AR_SREV_REVISION2); in ath9k_hw_read_revisions()
272 ah->hw_version.macVersion = AR_SREV_VERSION_9340; in ath9k_hw_read_revisions()
275 ah->hw_version.macVersion = AR_SREV_VERSION_9550; in ath9k_hw_read_revisions()
278 ah->hw_version.macVersion = AR_SREV_VERSION_9531; in ath9k_hw_read_revisions()
281 ah->hw_version.macVersion = AR_SREV_VERSION_9561; in ath9k_hw_read_revisions()
289 ah->hw_version.macVersion = in ath9k_hw_read_revisions()
[all …]
Ddfs_debug.c38 struct ath9k_hw_version *hw_ver = &sc->sc_ah->hw_version; in read_file_dfs()
Dhtc_drv_init.c622 ah->hw_version.devid = devid; in ath9k_init_priv()
623 ah->hw_version.usbdev = drv_info; in ath9k_init_priv()
1006 ret = ath9k_init_htc_services(priv, priv->ah->hw_version.devid, in ath9k_htc_resume()
1007 priv->ah->hw_version.usbdev); in ath9k_htc_resume()
Dar5008_phy.c590 if (ah->hw_version.macVersion == AR_SREV_REVISION_5416_10) { in ar5008_hw_init_chain_masks()
1165 ah->hw_version.macVersion, in ar5008_hw_ani_cache_ini_regs()
1166 ah->hw_version.macRev, in ar5008_hw_ani_cache_ini_regs()
Dar9002_hw.c368 ah->hw_version.analog5GhzRev = val; in ar9002_hw_rf_claim()
Deeprom_def.c367 if ((ah->hw_version.devid == AR9280_DEVID_PCI) && in ath9k_hw_def_check_eeprom()
690 if (ah->hw_version.macVersion != AR_SREV_VERSION_9160) in ath9k_hw_def_set_addac()
Dar9003_phy.c1425 ah->hw_version.macVersion, in ar9003_hw_ani_cache_ini_regs()
1426 ah->hw_version.macRev, in ar9003_hw_ani_cache_ini_regs()
Dhtc_drv_main.c1829 else if (priv->ah->hw_version.usbdev == AR9280_USB) in ath9k_htc_get_eeprom_base()
1832 else if (priv->ah->hw_version.usbdev == AR9287_USB) in ath9k_htc_get_eeprom_base()
Dhw.h776 struct ath9k_hw_version hw_version; member
Drecv.c418 if (sc->sc_ah->hw_version.macVersion <= AR_SREV_VERSION_9160) in ath_calcrxfilter()
Dinit.c552 ah->hw_version.devid = devid; in ath9k_init_softc()
/linux-4.4.14/drivers/input/mouse/
Delantech.c108 switch (etd->hw_version) { in elantech_read_reg()
140 else if (etd->hw_version != 4) in elantech_read_reg()
163 switch (etd->hw_version) { in elantech_write_reg()
841 switch (etd->hw_version) { in elantech_process_byte()
927 switch (etd->hw_version) { in elantech_set_absolute_mode()
987 } else if (etd->hw_version == 1 && in elantech_set_absolute_mode()
1011 switch (etd->hw_version) { in elantech_set_range()
1198 switch (etd->hw_version) { in elantech_set_input_params()
1215 if (etd->hw_version == 3) in elantech_set_input_params()
1268 if (etd->hw_version > 1) { in elantech_set_input_params()
[all …]
Delantech.h138 unsigned char hw_version; member
/linux-4.4.14/drivers/tty/ipwireless/
Dhardware.c230 short hw_version; member
420 if (hw->hw_version == HW_VERSION_1) { in do_send_fragment()
434 } else if (hw->hw_version == HW_VERSION_2) { in do_send_fragment()
525 if (hw->hw_version == HW_VERSION_1) { in ipw_setup_hardware()
843 if (hw->hw_version == HW_VERSION_1) in acknowledge_data_read()
861 if (hw->hw_version == HW_VERSION_1) { in do_receive_packet()
1049 if (hw->hw_version == HW_VERSION_1) in is_card_present()
1218 if (ipw->hardware->hw_version == HW_VERSION_1) in ipwireless_interrupt()
1594 if (hw->hw_version == HW_VERSION_1) { in do_close_hardware()
1651 hw->hw_version = (is_v2_card ? HW_VERSION_2 : HW_VERSION_1); in ipwireless_init_hardware_v1()
[all …]
/linux-4.4.14/drivers/nfc/s3fwrn5/
Dfirmware.c351 if (bootinfo->hw_version[0] == match[i].version[0] && in s3fwrn5_fw_get_base_addr()
352 bootinfo->hw_version[1] == match[i].version[1] && in s3fwrn5_fw_get_base_addr()
353 bootinfo->hw_version[3] == match[i].version[3]) { in s3fwrn5_fw_get_base_addr()
364 return !!bootinfo->hw_version[2]; in s3fwrn5_fw_is_custom()
Dfirmware.h53 __u8 hw_version[4]; member
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dboot.h41 u32 hw_version; member
Dmain.c1180 wiphy->hw_version = wl->chip.id; in wl1271_plt_start()
2398 wiphy->hw_version = wl->chip.id; in wl12xx_init_fw()
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_gs.c1366 snprintf(eiter->a.hw_version, sizeof(eiter->a.hw_version), in qla2x00_fdmi_rhba()
1368 } else if (qla2xxx_get_vpd_field(vha, "MN", eiter->a.hw_version, in qla2x00_fdmi_rhba()
1369 sizeof(eiter->a.hw_version))) { in qla2x00_fdmi_rhba()
1371 } else if (qla2xxx_get_vpd_field(vha, "EC", eiter->a.hw_version, in qla2x00_fdmi_rhba()
1372 sizeof(eiter->a.hw_version))) { in qla2x00_fdmi_rhba()
1375 snprintf(eiter->a.hw_version, sizeof(eiter->a.hw_version), in qla2x00_fdmi_rhba()
1378 alen = strlen(eiter->a.hw_version); in qla2x00_fdmi_rhba()
1384 "Hardware ver = %s.\n", eiter->a.hw_version); in qla2x00_fdmi_rhba()
1790 snprintf(eiter->a.hw_version, sizeof(eiter->a.hw_version), in qla2x00_fdmiv2_rhba()
1792 } else if (qla2xxx_get_vpd_field(vha, "MN", eiter->a.hw_version, in qla2x00_fdmiv2_rhba()
[all …]
Dqla_mr.h288 uint8_t hw_version[16]; member
471 uint8_t hw_version[16]; member
Dqla_mr.c1945 memcpy(&vha->hw->mr.hw_version, pinfo->hw_version, in qlafx00_fx_disc()
1946 sizeof(vha->hw->mr.hw_version)); in qlafx00_fx_disc()
Dqla_def.h2170 uint8_t hw_version[32]; member
2193 uint8_t hw_version[16]; member
Dqla_attr.c1059 vha->hw->mr.hw_version); in qla2x00_isp_id_show()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dpcie_bus.c38 wil->hw_version = HW_VER_SPARROW_B0; in wil_set_capabilities()
43 wil->hw_version = HW_VER_UNKNOWN; in wil_set_capabilities()
Dmain.c737 jiffies_to_msecs(to-left), wil->hw_version); in wil_wait_for_fw_ready()
767 if (wil->hw_version == HW_VER_UNKNOWN) in wil_reset()
Dwil6210.h550 u32 hw_version; member
Ddebugfs.c1493 WIL_FIELD(hw_version, S_IRUGO, doff_x32),
/linux-4.4.14/drivers/net/can/softing/
Dsofting.h68 uint16_t fw_version, hw_version, license, serial; member
Dsofting_fw.c374 card->id.hw_version = ioread16(&card->dpram[DPRAM_FCT_PARAM + 4]); in softing_chip_poweron()
Dsofting_main.c715 DEV_ATTR_RO(hardware_version, id.hw_version);
/linux-4.4.14/include/sound/
Dsnd_wavefront.h84 char hw_version[2]; /* major = [0], minor = [1] */ member
/linux-4.4.14/include/uapi/rdma/hfi/
Dhfi1_user.h292 __u32 hw_version; member
/linux-4.4.14/drivers/scsi/snic/
Dvnic_devcmd.h190 char hw_version[32]; member
/linux-4.4.14/drivers/input/touchscreen/
Delants_i2c.c135 u16 hw_version; member
312 ts->hw_version = elants_i2c_parse_version(resp); in elants_i2c_query_fw_id()
313 if (ts->hw_version != 0xffff) in elants_i2c_query_fw_id()
718 fw_name = kasprintf(GFP_KERNEL, "elants_i2c_%04x.bin", ts->hw_version); in elants_i2c_fw_update()
1040 static ELANTS_VERSION_ATTR(hw_version);
Datmel_mxt_ts.c2345 static DEVICE_ATTR(hw_version, S_IRUGO, mxt_hw_version_show, NULL);
/linux-4.4.14/drivers/scsi/fnic/
Dvnic_devcmd.h303 char hw_version[32]; member
/linux-4.4.14/net/mac80211/
Dethtool.c228 regs->version = wdev->wiphy->hw_version; in ieee80211_get_regs()
/linux-4.4.14/include/net/nfc/
Dhci.h150 u8 hw_version; member
/linux-4.4.14/drivers/crypto/
Datmel-aes.c145 u32 hw_version; member
288 dd->hw_version = atmel_aes_get_version(dd); in atmel_aes_hw_version_init()
291 "version: 0x%x\n", dd->hw_version); in atmel_aes_hw_version_init()
1260 switch (dd->hw_version & 0xff0) { in atmel_aes_get_cap()
Datmel-tdes.c137 u32 hw_version; member
245 dd->hw_version = atmel_tdes_get_version(dd); in atmel_tdes_hw_version_init()
248 "version: 0x%x\n", dd->hw_version); in atmel_tdes_hw_version_init()
1302 switch (dd->hw_version & 0xf00) { in atmel_tdes_get_cap()
Datmel-sha.c134 u32 hw_version; member
821 dd->hw_version = atmel_sha_get_version(dd); in atmel_sha_hw_version_init()
824 "version: 0x%x\n", dd->hw_version); in atmel_sha_hw_version_init()
1278 switch (dd->hw_version & 0xff0) { in atmel_sha_get_cap()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dcore.c105 ar->wiphy->hw_version = le32_to_cpu(targ_info.version); in ath6kl_core_init()
Dhif.c105 ath6kl_info("hw 0x%x fw %s\n", ar->wiphy->hw_version, in ath6kl_hif_dump_fw_crash()
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Dvnic_devcmd.h469 char hw_version[32]; member
/linux-4.4.14/drivers/net/can/usb/peak_usb/
Dpcan_usb_fd.c52 u8 hw_version; /* Hardware version (PCB) */ member
878 dev->adapter->name, pdev->usb_if->fw_info.hw_version, in pcan_usb_fd_init()
/linux-4.4.14/drivers/iio/accel/
Dmma9551_core.c112 u8 hw_version[2]; member
/linux-4.4.14/net/nfc/hci/
Dcore.c546 hdev->hw_version = skb->data[0] & 0x1f; in hci_dev_version()
560 pr_info("HW Version : %d\n", hdev->hw_version); in hci_dev_version()
/linux-4.4.14/sound/isa/wavefront/
Dwavefront_synth.c2174 dev->hw_version[0] = rbuf[0]; in snd_wavefront_detect()
2175 dev->hw_version[1] = rbuf[1]; in snd_wavefront_detect()
/linux-4.4.14/drivers/staging/rdma/amso1100/
Dc2_rnic.c168 props->hw_ver = be32_to_cpu(reply->hw_version); in c2_rnic_query()
Dc2_wr.h346 __be32 hw_version; member
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dacx.h89 u32 hw_version; member
Dmain.c426 wiphy->hw_version = wl->chip_id; in wl1251_op_start()
/linux-4.4.14/drivers/net/can/usb/
Dgs_usb.c76 u32 hw_version; member
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_fcs.h645 u8 hw_version[8]; member
Dbfa_fcs_lport.c1998 if (fcs_hba_attr->hw_version[0] != '\0') { in bfa_fcs_lport_fdmi_build_rhba_pyld()
2001 templen = (u16) strlen(fcs_hba_attr->hw_version); in bfa_fcs_lport_fdmi_build_rhba_pyld()
2002 memcpy(attr->value, fcs_hba_attr->hw_version, templen); in bfa_fcs_lport_fdmi_build_rhba_pyld()
2627 hba_attr->hw_version); in bfa_fcs_fdmi_get_hbaattr()
/linux-4.4.14/drivers/net/wireless/orinoco/
Dmain.c2049 &wiphy->hw_version); in orinoco_init()
2067 &wiphy->hw_version); in orinoco_init()
/linux-4.4.14/drivers/tty/
Dsynclink.c183 int hw_version; member
4236 info->hw_version + 1, info->device_name, info->io_base, info->irq_level, in mgsl_add_device()
8099 info->hw_version = 1; in synclink_init_one()
8107 info->hw_version = 0; in synclink_init_one()
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dmac80211.c209 hw->wiphy->hw_version = priv->trans->hw_id; in iwlagn_mac_setup_register()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dcore.c1779 ar->hw->wiphy->hw_version = target_info.version; in ath10k_core_probe_fw()
/linux-4.4.14/include/net/
Dcfg80211.h3228 u32 hw_version; member
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dfile_ops.c1310 binfo.hw_version = dd->revision; in get_base_info()
/linux-4.4.14/drivers/net/wireless/
Dat76c50x-usb.c2375 wiphy->hw_version = priv->board_type; in at76_init_new_device()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c562 hw->wiphy->hw_version = mvm->trans->hw_id; in iwl_mvm_mac_setup_register()
/linux-4.4.14/drivers/net/wireless/b43legacy/
Dmain.c1797 wiphy->hw_version = dev->dev->id.coreid; in b43legacy_upload_microcode()
/linux-4.4.14/drivers/net/wireless/b43/
Dmain.c2745 wiphy->hw_version = dev->dev->core_id; in b43_upload_microcode()