| /linux/drivers/media/pci/intel/ipu6/ |
| H A D | ipu6.h | 40 static inline bool is_ipu6se(u8 hw_ver) in is_ipu6se() argument 42 return hw_ver == IPU6_VER_6SE; in is_ipu6se() 45 static inline bool is_ipu6ep(u8 hw_ver) in is_ipu6ep() argument 47 return hw_ver == IPU6_VER_6EP; in is_ipu6ep() 50 static inline bool is_ipu6ep_mtl(u8 hw_ver) in is_ipu6ep_mtl() argument 52 return hw_ver == IPU6_VER_6EP_MTL; in is_ipu6ep_mtl() 55 static inline bool is_ipu6_tgl(u8 hw_ver) in is_ipu6_tgl() argument 57 return hw_ver == IPU6_VER_6; in is_ipu6_tgl() 87 u8 hw_ver; member
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | dfs_debug.c | 38 struct ath9k_hw_version *hw_ver = &sc->sc_ah->hw_version; in read_file_dfs() local 49 hw_ver->macVersion, hw_ver->macRev, in read_file_dfs()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| H A D | hw_atl2_llh.c | 132 u32 hw_ver = hw_atl2_get_hw_version(aq_hw); in hw_atl2_init_launchtime() local 137 hw_ver < HW_ATL2_FPGA_VER_U32(1, 0, 0, 0) ? in hw_atl2_init_launchtime() 139 hw_ver >= HW_ATL2_FPGA_VER_U32(1, 0, 85, 2) ? in hw_atl2_init_launchtime()
|
| /linux/drivers/remoteproc/ |
| H A D | st_slim_rproc.c | 115 unsigned long hw_id, hw_ver, fw_rev; in slim_rproc_start() local 141 hw_ver = readl_relaxed(slim_rproc->slimcore + SLIM_VER_OFST); in slim_rproc_start() 148 hw_id, hw_ver); in slim_rproc_start()
|
| /linux/sound/soc/codecs/ |
| H A D | rt1308-sdw.h | 167 int hw_ver; member
|
| H A D | rt715-sdca.c | 1014 unsigned int hw_ver; in rt715_sdca_io_init() 1035 RT715_PRODUCT_NUM, &hw_ver); in rt715_sdca_io_init() 1036 hw_ver = hw_ver & 0x000f; in rt715_sdca_io_init() 1043 if (hw_ver == 0x0) in rt715_sdca_io_init() 1046 else if (hw_ver == 0x1) { in rt715_sdca_io_init() 1017 unsigned int hw_ver; rt715_sdca_io_init() local
|
| H A D | rt1308-sdw.c | 243 rt1308->hw_ver = tmp; in rt1308_io_init() 244 dev_dbg(dev, "%s, hw_ver=0x%x\n", __func__, rt1308->hw_ver); in rt1308_io_init() 261 if (rt1308->hw_ver == RT1308_VER_C) { in rt1308_io_init()
|
| H A D | rt711-sdca.h | 33 int hw_ver; member
|
| H A D | rt711-sdca.c | 144 if (rt711->hw_ver == RT711_VER_VD0) in rt711_sdca_calibration() 1619 rt711->hw_ver = val & 0xf; in rt711_sdca_io_init() 1621 if (rt711->hw_ver == RT711_VER_VD0) in rt711_sdca_io_init()
|
| /linux/include/uapi/linux/ |
| H A D | pfrut.h | 89 __u32 hw_ver; member
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| H A D | bfa_defs.h | 44 char hw_ver[BFA_VERSION_LEN]; member
|
| /linux/drivers/regulator/ |
| H A D | mt6359-regulator.c | 954 int i, hw_ver, ret; in mt6359_regulator_probe() local 956 ret = regmap_read(mt6397->regmap, MT6359P_HWCID, &hw_ver); in mt6359_regulator_probe() 960 if (hw_ver >= MT6359P_CHIP_VER) in mt6359_regulator_probe()
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfad_attr.c | 850 char hw_ver[BFA_VERSION_LEN]; in bfad_im_hw_version_show() local 852 bfa_get_pci_chip_rev(&bfad->bfa, hw_ver); in bfad_im_hw_version_show() 853 return sysfs_emit(buf, "%s\n", hw_ver); in bfad_im_hw_version_show()
|
| /linux/drivers/infiniband/hw/qedr/ |
| H A D | main.c | 127 return sysfs_emit(buf, "0x%x\n", dev->attr.hw_ver); in hw_rev_show() 598 attr->hw_ver = qed_attr->hw_ver; in qedr_set_device_attr()
|
| /linux/drivers/net/ethernet/realtek/rtase/ |
| H A D | rtase.h | 351 u32 hw_ver; member
|
| H A D | rtase_main.c | 1807 switch (tp->hw_ver) { in rtase_get_settings() 2082 tp->hw_ver = rtase_r32(tp, RTASE_TX_CONFIG_0) & RTASE_HW_VER_MASK; in rtase_check_mac_version_valid() 2084 switch (tp->hw_ver) { in rtase_check_mac_version_valid() 2217 tp->hw_ver); in rtase_init_one()
|
| /linux/drivers/net/ethernet/socionext/ |
| H A D | netsec.c | 2000 u32 hw_ver, phy_addr = 0; in netsec_probe() local 2103 hw_ver = netsec_read(priv, NETSEC_REG_F_TAIKI_VER); in netsec_probe() 2105 if (NETSEC_F_NETSEC_VER_MAJOR_NUM(hw_ver) != in netsec_probe() 2112 hw_ver >> 16, hw_ver & 0xffff); in netsec_probe()
|
| /linux/drivers/staging/media/ipu7/ |
| H A D | ipu7.c | 2465 isp->hw_ver = IPU_VER_7; in ipu7_pci_probe() 2473 isp->hw_ver = IPU_VER_7P5; in ipu7_pci_probe() 2481 isp->hw_ver = IPU_VER_8; in ipu7_pci_probe()
|
| /linux/drivers/infiniband/hw/vmw_pvrdma/ |
| H A D | pvrdma_dev_api.h | 225 u32 hw_ver; member
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_hw.h | 500 char hw_ver[16]; member
|
| H A D | csio_lnode.c | 477 hw->hw_ver, sizeof(hw->hw_ver)); in csio_ln_fdmi_dprt_cbfn()
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | commands.c | 892 u32 hw_ver = 0; in qtnf_cmd_resp_proc_hw_info() local 904 hw_ver = le32_to_cpu(resp->hw_ver); in qtnf_cmd_resp_proc_hw_info() 963 hw_id, calibration_ver, uboot_ver, hw_ver, in qtnf_cmd_resp_proc_hw_info() 971 hwinfo->hw_version = hw_ver; in qtnf_cmd_resp_proc_hw_info()
|
| /linux/include/linux/qed/ |
| H A D | qed_rdma_if.h | 54 u32 hw_ver; member
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-qup.c | 1690 u32 io_mode, hw_ver, size; in qup_i2c_probe() local 1848 hw_ver = readl(qup->base + QUP_HW_VERSION); in qup_i2c_probe() 1849 dev_dbg(qup->dev, "Revision %x\n", hw_ver); in qup_i2c_probe()
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | provider.c | 269 props->hw_ver = CHELSIO_CHIP_RELEASE(dev->rdev.lldi.adapter_type); in c4iw_query_device()
|