Home
last modified time | relevance | path

Searched full:b7 (Results 1 – 25 of 58) sorted by relevance

123

/openbmc/qemu/util/
H A Dcpuinfo-i386.c24 unsigned max, a, b, c, d, b7 = 0, c7 = 0; in cpuinfo_init() local
29 __cpuid_count(7, 0, a, b7, c7, d); in cpuinfo_init()
30 info |= (b7 & bit_BMI ? CPUINFO_BMI1 : 0); in cpuinfo_init()
31 info |= (b7 & bit_BMI2 ? CPUINFO_BMI2 : 0); in cpuinfo_init()
52 info |= (b7 & bit_AVX2 ? CPUINFO_AVX2 : 0); in cpuinfo_init()
55 info |= (b7 & bit_AVX512F ? CPUINFO_AVX512F : 0); in cpuinfo_init()
56 info |= (b7 & bit_AVX512VL ? CPUINFO_AVX512VL : 0); in cpuinfo_init()
57 info |= (b7 & bit_AVX512BW ? CPUINFO_AVX512BW : 0); in cpuinfo_init()
58 info |= (b7 & bit_AVX512DQ ? CPUINFO_AVX512DQ : 0); in cpuinfo_init()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/
H A Dwformat.patch3 Index: ez-ipupdate-3.0.11b7/ez-ipupdate.c
5 --- ez-ipupdate-3.0.11b7.orig/ez-ipupdate.c
6 +++ ez-ipupdate-3.0.11b7/ez-ipupdate.c
H A Dconf_file.c.patch5 --- ez-ipupdate-3.0.11b7/conf_file.c.orig 2014-07-02 14:01:19.174029328 -0600
6 +++ ez-ipupdate-3.0.11b7/conf_file.c 2014-07-02 14:08:42.982026223 -0600
H A DMakefile.am.patch5 --- ez-ipupdate-3.0.11b7/Makefile.am.orig 2014-07-02 13:47:50.758034983 -0600
6 +++ ez-ipupdate-3.0.11b7/Makefile.am 2014-07-02 13:48:38.406034650 -0600
H A Dcache_file.c.patch5 --- ez-ipupdate-3.0.11b7/cache_file.c.orig 2014-07-02 14:01:07.126029412 -0600
6 +++ ez-ipupdate-3.0.11b7/cache_file.c 2014-07-02 14:08:27.422026332 -0600
/openbmc/qemu/tests/tcg/multiarch/system/
H A Dmemory.c189 uint64_t b8 = BYTE_NEXT(count), b7 = BYTE_NEXT(count); in init_test_data_u64() local
195 BYTE_SHIFT(b7, 1) | BYTE_SHIFT(b8, 0); in init_test_data_u64()
279 uint8_t b1, b2, b3, b4, b5, b6, b7, b8; in read_test_data_u64() local
289 b7 = (word >> 8) & 0xff; in read_test_data_u64()
298 zeros += (b7 == 0 ? 1 : 0); in read_test_data_u64()
302 ptr - 1, b1, b2, b3, b4, b5, b6, b7, b8); in read_test_data_u64()
311 (b6 < b7 && b6 != 0) || in read_test_data_u64()
312 (b7 < b8 && b7 != 0)) { in read_test_data_u64()
314 b1, b2, b3, b4, b5, b6, b7, b8); in read_test_data_u64()
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DVINI.interface.yaml56 - name: B7
59 B7 keyword. Manufacturing test data.
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_ecc.c88 tmp1 = (reg3 & 0x80) >> 0; /* B7 -> B7 */ in nand_calculate_ecc()
89 tmp1 |= (reg2 & 0x80) >> 1; /* B7 -> B6 */ in nand_calculate_ecc()
97 tmp2 = (reg3 & 0x08) << 4; /* B3 -> B7 */ in nand_calculate_ecc()
104 tmp2 |= (reg2 & 0x01) << 0; /* B7 -> B0 */ in nand_calculate_ecc()
/openbmc/openbmc/poky/scripts/
H A Drpm2cpio.sh27 local i b b0 b1 b2 b3 b4 b5 b6 b7
43 …$b0 << 24) + ($b1 << 16) + ($b2 << 8) + $b3) << 4) + ($b4 << 24) + ($b5 << 16) + ($b6 << 8) + $b7))
/openbmc/u-boot/drivers/usb/host/
H A Dr8a66597.h103 #define HSE 0x0080 /* b7: Hi-speed enable */
132 #define RWUPE 0x0080 /* b7: Remote wakeup sense */
227 #define BRDY7 0x0080 /* b7: PIPE7 */
239 #define NRDY7 0x0080 /* b7: PIPE7 */
251 #define BEMP7 0x0080 /* b7: PIPE7 */
279 #define VBSTS 0x0080 /* b7: VBUS input port */
330 #define SQSET 0x0080 /* b7: Sequence toggle bit set */
352 #define R8A66597_SHTNAK 0x0080 /* b7: Transfer end NAK */
377 #define SQSET 0x0080 /* b7: Sequence toggle bit set */
/openbmc/openbmc/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/witherspoon/
H A Dgpio_defs.json44 "pin": "B7",
/openbmc/openbmc/meta-ibm/recipes-phosphor/skeleton/obmc-libobmc-intf/swift/
H A Dgpio_defs.json44 "pin": "B7",
/openbmc/openbmc/poky/meta/recipes-gnome/epiphany/files/
H A Ddistributor.patch14 index 96554b7..f5c9727 100644
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libuser/libuser/
H A Dgtkdoc.patch11 index 0bd4a67..51508b7 100644
H A D0001-configure.ac-update-version-to-0.64.patch14 index 51508b7..68c6e50 100644
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/juno/
H A D0001-configs-vexpress-modify-to-boot-compressed-initramfs.patch13 index 24d8ca086653..0935461340b7 100644
/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-yosemite5/plat-svc/files/
H A Dyosemite5-early-sys-init9 # B0-B7
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0040-fix-runtime-capsule-update-flags-checks.patch16 index 307bcfd73c..34507482b7 100644
/openbmc/pldm/oem/ibm/configurations/fru/
H A DPCIeDevice_VINI.json36 "property_name": "B7",
H A DMotherboard_VINI.json36 "property_name": "B7",
H A DTpm_VINI.json36 "property_name": "B7",
H A DPowerSupply_VINI.json36 "property_name": "B7",
H A DFan_VINI.json36 "property_name": "B7",
H A DVrm_VINI.json36 "property_name": "B7",
H A DDiskBackplane_VINI.json36 "property_name": "B7",

123