Home
last modified time | relevance | path

Searched refs:major_version (Results 1 – 25 of 59) sorted by relevance

123

/linux/drivers/misc/mei/
A Dhbm.c266 req.host_version.major_version = HBM_MAJOR_VERSION; in mei_hbm_start_req()
1146 if (dev->version.major_version > HBM_MAJOR_VERSION_PGI) in mei_hbm_config_features()
1154 if (dev->version.major_version >= HBM_MAJOR_VERSION_DC) in mei_hbm_config_features()
1158 if (dev->version.major_version >= HBM_MAJOR_VERSION_IE) in mei_hbm_config_features()
1168 if (dev->version.major_version >= HBM_MAJOR_VERSION_EV) in mei_hbm_config_features()
1173 if (dev->version.major_version >= HBM_MAJOR_VERSION_FA) in mei_hbm_config_features()
1220 (dev->version.major_version == HBM_MAJOR_VERSION && in mei_hbm_version_is_supported()
1273 version_res->me_max_version.major_version, in mei_hbm_dispatch()
1277 dev->version.major_version = HBM_MAJOR_VERSION; in mei_hbm_dispatch()
1280 dev->version.major_version = in mei_hbm_dispatch()
[all …]
/linux/arch/mips/cavium-octeon/executive/
A Dcvmx-bootmem.c238 if (cvmx_bootmem_desc->major_version > 3) { in cvmx_bootmem_phy_alloc()
241 (int)cvmx_bootmem_desc->major_version, in cvmx_bootmem_phy_alloc()
440 if (cvmx_bootmem_desc->major_version > 3) { in __cvmx_bootmem_phy_free()
443 (int)cvmx_bootmem_desc->major_version, in __cvmx_bootmem_phy_free()
591 if (cvmx_bootmem_desc->major_version == 3) { in cvmx_bootmem_phy_named_block_find()
608 (int)cvmx_bootmem_desc->major_version, in cvmx_bootmem_phy_named_block_find()
673 if (cvmx_bootmem_desc->major_version != 3) { in cvmx_bootmem_phy_named_block_free()
676 (int)cvmx_bootmem_desc->major_version, in cvmx_bootmem_phy_named_block_free()
736 if (cvmx_bootmem_desc->major_version != 3) { in cvmx_bootmem_phy_named_block_alloc()
739 (int)cvmx_bootmem_desc->major_version, in cvmx_bootmem_phy_named_block_alloc()
/linux/drivers/net/ethernet/cavium/liquidio/
A Docteon_console.c81 u32 major_version; member
122 u32 major_version; member
198 u32 major_version; in __cvmx_bootmem_check_version() local
205 major_version = (u32)__cvmx_bootmem_desc_get( in __cvmx_bootmem_check_version()
207 offsetof(struct cvmx_bootmem_desc, major_version), in __cvmx_bootmem_check_version()
208 sizeof_field(struct cvmx_bootmem_desc, major_version)); in __cvmx_bootmem_check_version()
215 major_version); in __cvmx_bootmem_check_version()
216 if ((major_version > 3) || in __cvmx_bootmem_check_version()
217 (exact_match && major_version != exact_match)) { in __cvmx_bootmem_check_version()
219 major_version, minor_version, in __cvmx_bootmem_check_version()
/linux/arch/mips/include/asm/octeon/
A Dcvmx-bootmem.h106 uint32_t major_version; member
130 uint32_t major_version;
A Dcvmx-bootinfo.h59 uint32_t major_version; member
143 uint32_t major_version;
/linux/drivers/nvmem/
A Dqfprom.c401 int major_version, minor_version; in qfprom_probe() local
416 major_version = (version & QFPROM_MAJOR_VERSION_MASK) >> in qfprom_probe()
421 if (major_version == 7 && minor_version == 8) in qfprom_probe()
423 else if (major_version == 7 && minor_version == 15) in qfprom_probe()
/linux/include/linux/usb/
A Drndis_host.h76 __le32 major_version; /* of rndis (1.0) */ member
87 __le32 major_version; /* of rndis (1.0) */ member
/linux/drivers/gpu/drm/nouveau/
A Dnouveau_bios.c71 if (bios->major_version < 5) /* pre BIT */ in clkcmptable()
79 if (bios->major_version < 5) { in clkcmptable()
334 if (bios->major_version < 5 && bios->data[0x48] & 0x4) in get_fp_strap()
1029 if (bios->major_version >= 0x60) /* g80+ */ in parse_bit_structure()
2027 legacy->major_version = bios->version.major; in NVInitVBIOS()
2053 if (bios->major_version < 5) /* BMP only */ in nouveau_run_vbios_init()
2099 if (!bios->major_version) /* we don't run version 0 bios */ in nouveau_bios_init()
2117 if (bios->major_version < 5) in nouveau_bios_init()
2121 if (bios->is_mobile || bios->major_version >= 5) in nouveau_bios_init()
A Dnouveau_bios.h97 uint8_t major_version; member
/linux/include/uapi/linux/raid/
A Dmd_p.h140 __u32 major_version; /* 1 major version to which the set conforms */ member
232 __le32 major_version; /* 1 */ member
A Dmd_u.h81 int major_version; member
/linux/drivers/md/
A Dmd.c1205 if (sb->major_version != 0 || in super_90_load()
1298 mddev->major_version = 0; in super_90_validate()
1440 sb->major_version = mddev->major_version; in super_90_sync()
1810 mddev->major_version = 1; in super_1_validate()
2571 mddev->major_version = 0; in export_array()
4754 mddev->major_version = 0; in metadata_store()
4768 mddev->major_version = 0; in metadata_store()
6598 info.major_version = mddev->major_version; in get_array_info()
7132 info->major_version); in md_set_array_info()
7135 mddev->major_version = info->major_version; in md_set_array_info()
[all …]
/linux/drivers/tty/ipwireless/
A Dsetup_protocol.h87 unsigned char major_version; member
/linux/fs/ocfs2/
A Docfs1_fs_compat.h32 __u32 major_version; member
/linux/include/linux/soc/qcom/
A Dllcc-qcom.h96 u32 major_version; member
/linux/drivers/char/agp/
A Dsis-agp.c82 agp_bridge->major_version, agp_bridge->minor_version); in sis_delayed_enable()
169 if ((agp_bridge->major_version == 3 && agp_bridge->minor_version >= 5 in sis_get_driver()
A Dgeneric.c794 if (bridge->major_version != 0) in get_agp_version()
798 bridge->major_version = (ncapid >> AGP_MAJOR_VERSION_SHIFT) & 0xf; in get_agp_version()
811 agp_bridge->major_version, agp_bridge->minor_version); in agp_generic_enable()
824 if (bridge->major_version >= 3) { in agp_generic_enable()
A Dagp.h149 char major_version; member
/linux/arch/mips/cavium-octeon/
A Dsetup.c129 bootmem_desc->major_version = CVMX_BOOTMEM_DESC_MAJ_VER; in kexec_bootmem_init()
679 if ((octeon_bootinfo->major_version > 1) || in prom_init()
680 (octeon_bootinfo->major_version == 1 && in prom_init()
/linux/drivers/usb/serial/
A Dio_ti.c82 u8 major_version; member
832 firmware_rec->Ver_Major = fw_hdr->major_version; in build_i2c_fw_hdr()
855 firmware_rec->Ver_Major = fw_hdr->major_version; in build_i2c_fw_hdr()
1022 serial->fw_version = (fw_hdr->major_version << 8) + in download_fw()
1152 download_new_ver = (fw_hdr->major_version << 8) + in do_download_mode()
1158 fw_hdr->major_version, fw_hdr->minor_version); in do_download_mode()
1169 fw_hdr->major_version, in do_download_mode()
1479 fw_hdr->major_version, fw_hdr->minor_version); in do_boot_mode()
/linux/drivers/soc/qcom/
A Dllcc-qcom.c480 if (drv_data->major_version == 2) { in _qcom_llcc_cfg_program()
579 drv_data->major_version = FIELD_GET(LLCC_MAJOR_VERSION_MASK, version); in qcom_llcc_probe()
/linux/drivers/hid/intel-ish-hid/ishtp/
A Dhbm.h106 uint8_t major_version; member
A Dhbm.c136 start_req.host_version.major_version = HBM_MAJOR_VERSION; in ishtp_hbm_start_req()
573 dev->version.major_version = HBM_MAJOR_VERSION; in ishtp_hbm_dispatch()
/linux/drivers/input/rmi4/
A Drmi_f34.h164 u8 major_version; member
/linux/drivers/pci/hotplug/
A Dcpqphp.h78 u8 major_version; member
96 MAJOR_VERSION = offsetof(struct smbios_entry_point, major_version),

Completed in 107 milliseconds

123