Home
last modified time | relevance | path

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

1234

/openbmc/linux/drivers/misc/mei/
H A Dhbm.c266 req.host_version.major_version = HBM_MAJOR_VERSION; in mei_hbm_start_req()
1158 if (dev->version.major_version > HBM_MAJOR_VERSION_PGI) in mei_hbm_config_features()
1161 if (dev->version.major_version == HBM_MAJOR_VERSION_PGI && in mei_hbm_config_features()
1166 if (dev->version.major_version >= HBM_MAJOR_VERSION_DC) in mei_hbm_config_features()
1170 if (dev->version.major_version >= HBM_MAJOR_VERSION_IE) in mei_hbm_config_features()
1175 if (dev->version.major_version >= HBM_MAJOR_VERSION_DOT) in mei_hbm_config_features()
1180 if (dev->version.major_version >= HBM_MAJOR_VERSION_EV) in mei_hbm_config_features()
1185 if (dev->version.major_version >= HBM_MAJOR_VERSION_FA) in mei_hbm_config_features()
1190 if (dev->version.major_version >= HBM_MAJOR_VERSION_OS) in mei_hbm_config_features()
1195 if (dev->version.major_version > HBM_MAJOR_VERSION_DR || in mei_hbm_config_features()
[all …]
/openbmc/linux/arch/mips/cavium-octeon/executive/
H 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()
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H 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()
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-bootmem.h106 uint32_t major_version; member
130 uint32_t major_version;
H A Dcvmx-bootinfo.h59 uint32_t major_version; member
143 uint32_t major_version;
/openbmc/linux/drivers/nvmem/
H A Dqfprom.c400 int major_version, minor_version; in qfprom_probe() local
413 major_version = (version & QFPROM_MAJOR_VERSION_MASK) >> in qfprom_probe()
418 if (major_version == 7 && minor_version == 8) in qfprom_probe()
420 else if (major_version == 7 && minor_version == 15) in qfprom_probe()
/openbmc/qemu/ui/
H A Dspice-input.c43 .base.major_version = SPICE_INTERFACE_KEYBOARD_MAJOR,
163 .base.major_version = SPICE_INTERFACE_MOUSE_MAJOR,
216 .base.major_version = SPICE_INTERFACE_TABLET_MAJOR,
/openbmc/linux/include/linux/usb/
H A Drndis_host.h62 __le32 major_version; /* of rndis (1.0) */ member
73 __le32 major_version; /* of rndis (1.0) */ member
/openbmc/u-boot/test/dm/
H A Dosd.c68 ut_asserteq(1, info.major_version); in dm_test_osd_basics()
149 ut_asserteq(1, info.major_version); in dm_test_osd_extended()
/openbmc/u-boot/include/
H A Dsparse_format.h16 __le16 major_version; /* (0x1) - reject images with higher major versions */ member
H A Dimage-sparse.h34 (le16_to_cpu(s_header->major_version) == 1)) in is_sparse_image()
H A Dvideo_osd.h16 uint major_version; member
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dme.h14 u32 major_version:16; member
/openbmc/linux/drivers/tty/ipwireless/
H A Dsetup_protocol.h87 unsigned char major_version; member
/openbmc/linux/include/uapi/linux/raid/
H A Dmd_p.h140 __u32 major_version; /* 1 major version to which the set conforms */ member
232 __le32 major_version; /* 1 */ member
H A Dmd_u.h81 int major_version; member
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dsmbios.c21 u8 major_version; member
/openbmc/linux/fs/ocfs2/
H A Docfs1_fs_compat.h32 __u32 major_version; member
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c72 if (bios->major_version < 5) /* pre BIT */ in clkcmptable()
80 if (bios->major_version < 5) { in clkcmptable()
335 if (bios->major_version < 5 && bios->data[0x48] & 0x4) in get_fp_strap()
1030 if (bios->major_version >= 0x60) /* g80+ */ in parse_bit_structure()
2030 legacy->major_version = bios->version.major; in NVInitVBIOS()
2055 if (bios->major_version < 5) /* BMP only */ in nouveau_run_vbios_init()
2101 if (!bios->major_version) /* we don't run version 0 bios */ in nouveau_bios_init()
2119 if (bios->major_version < 5) in nouveau_bios_init()
2123 if (bios->is_mobile || bios->major_version >= 5) in nouveau_bios_init()
/openbmc/linux/include/sound/sof/
H A Dext_manifest4.h75 uint16_t major_version; /* Firmware version */ member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/
H A D0006-config-nspr-config.in-don-t-pass-LDFLAGS.patch21 libdirs="$libdirs -lnspr${major_version}"
/openbmc/linux/drivers/md/
H A Dmd.c1200 if (sb->major_version != 0 || in super_90_load()
1204 sb->major_version, sb->minor_version, rdev->bdev); in super_90_load()
1294 mddev->major_version = 0; in super_90_validate()
1436 sb->major_version = mddev->major_version; in super_90_sync()
1651 sb->major_version != cpu_to_le32(1) || in super_1_load()
1805 mddev->major_version = 1; in super_1_validate()
2294 BUG_ON(mddev->major_version >= ARRAY_SIZE(super_types)); in sync_super()
2296 super_types[mddev->major_version].sync_super(mddev, rdev); in sync_super()
2560 mddev->major_version = 0; in export_array()
2857 super_types[mddev->major_version]. in add_bound_rdev()
[all …]
/openbmc/qemu/audio/
H A Dspiceaudio.c64 .base.major_version = SPICE_INTERFACE_PLAYBACK_MAJOR,
71 .base.major_version = SPICE_INTERFACE_RECORD_MAJOR,
/openbmc/u-boot/lib/libavb/
H A Davb_cmdline.c160 uint64_t major_version, in cmdline_append_version() argument
167 num_major_digits = uint64_to_base10(major_version, major_digits); in cmdline_append_version()
/openbmc/linux/drivers/char/agp/
H 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()

1234