Home
last modified time | relevance | path

Searched full:b3 (Results 1 – 25 of 71) sorted by relevance

123

/openbmc/qemu/tests/tcg/multiarch/system/
H A Dmemory.c166 uint32_t b4 = BYTE_NEXT(count), b3 = BYTE_NEXT(count); in init_test_data_u32() local
168 word = BYTE_SHIFT(b1, 3) | BYTE_SHIFT(b2, 2) | BYTE_SHIFT(b3, 1) | in init_test_data_u32()
191 uint64_t b4 = BYTE_NEXT(count), b3 = BYTE_NEXT(count); in init_test_data_u64() local
193 word = BYTE_SHIFT(b1, 7) | BYTE_SHIFT(b2, 6) | BYTE_SHIFT(b3, 5) | in init_test_data_u64()
237 uint8_t b1, b2, b3, b4; in read_test_data_u32() local
243 b3 = word >> 8 & 0xff; in read_test_data_u32()
248 zeros += (b3 == 0 ? 1 : 0); in read_test_data_u32()
252 ptr - 1, b1, b2, b3, b4); in read_test_data_u32()
257 (b2 < b3 && b2 != 0) || in read_test_data_u32()
258 (b3 < b4 && b3 != 0)) { in read_test_data_u32()
[all …]
/openbmc/pldm/libpldmresponder/examples/fru/
H A DBoard_VINI.json23 // FRU Field Type 3 - Keyword B3
28 "property_name": "B3",
/openbmc/u-boot/board/ti/panda/
H A Dpanda.c70 * GPIO2, GPIO3, GPIO171, GPIO48, GPIO182: 0 0 1 1 1 => B3
127 * is_panda_es_rev_b3() - Detect if we are running on rev B3 of panda board ES
130 * Detect if we are running on B3 version of ES panda board,
133 * GPIO171: 1 => Panda ES Rev B3
135 * Return : return 1 if Panda ES Rev B3 , else return 0
149 /* if processor_rev is panda ES and GPIO171 is 1,it is rev b3 */ in is_panda_es_rev_b3()
/openbmc/qemu/tests/qemu-iotests/
H A D223.out41 "arguments":{"node":"null", "name":"b3"}}
73 "bitmap":"b3"}}
74 {"error": {"class": "GenericError", "desc": "Bitmap 'b3' is not found"}}
81 "bitmaps":[{"node":"null","name":"b3"}]}}
114 qemu:dirty-bitmap:b3
195 "bitmap":"b3"}}
196 {"error": {"class": "GenericError", "desc": "Bitmap 'b3' is not found"}}
203 "bitmaps":[{"node":"null","name":"b3"}]}}
236 qemu:dirty-bitmap:b3
H A D223127 "arguments":{"node":"null", "name":"b3"}}' "return"
159 "bitmap":"b3"}}' "error" # Missing bitmap
165 "bitmaps":[{"node":"null","name":"b3"}]}}' "return"
195 "$IMG,x-dirty-bitmap=qemu:dirty-bitmap:b3" | _filter_qemu_img_map
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DVINI.interface.yaml48 - name: B3
51 B3 keyword. Contains hardware characteristics.
/openbmc/qemu/pc-bios/s390-ccw/
H A Dscsi.h73 uint8_t b3; /* b3 & 0x0f == resp_data_fmt == 2, must! */ member
86 uint16_t page_length; /* b2..b3 length = N-3 */
108 uint16_t alloc_len; /* b3, b4 */
/openbmc/openbmc/poky/scripts/
H A Drpm2cpio.sh27 local i b b0 b1 b2 b3 b4 b5 b6 b7
43 …rsize=$((8 + ((($b0 << 24) + ($b1 << 16) + ($b2 << 8) + $b3) << 4) + ($b4 << 24) + ($b5 << 16) + (…
/openbmc/qemu/include/hw/input/
H A Dps2.h107 void ps2_queue_3(PS2State *s, int b1, int b2, int b3);
108 void ps2_queue_4(PS2State *s, int b1, int b2, int b3, int b4);
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqemu-img-bitmaps111 -f $IMGFMT "$TEST_IMG.base" b3
122 -B b0 -B b1 -B b2 -B b3 "$TEST_IMG"
130 "$IMG,x-dirty-bitmap=qemu:dirty-bitmap:b3" | _filter_qemu_img_map
/openbmc/pldm/libpldmresponder/test/fru_jsons/good/
H A DBoard_VINI.json20 "property_name": "B3",
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_ecc.c92 tmp1 |= (reg3 & 0x20) >> 2; /* B5 -> B3 */ in nand_calculate_ecc()
97 tmp2 = (reg3 & 0x08) << 4; /* B3 -> B7 */ in nand_calculate_ecc()
98 tmp2 |= (reg2 & 0x08) << 3; /* B3 -> B6 */ in nand_calculate_ecc()
101 tmp2 |= (reg3 & 0x02) << 2; /* B1 -> B3 */ in nand_calculate_ecc()
/openbmc/u-boot/drivers/usb/host/
H A Dr8a66597.h119 #define IDMON 0x0004 /* b3: ID-pin monitor */
144 #define UTST 0x000F /* b3-0: Test select */
231 #define BRDY3 0x0008 /* b3: PIPE3 */
243 #define NRDY3 0x0008 /* b3: PIPE3 */
255 #define BEMP3 0x0008 /* b3: PIPE3 */
265 #define SOFMODE 0x000C /* b3-2: SOF pin select */
291 #define VALID 0x0008 /* b3: Setup packet detected flag */
354 #define R8A66597_EPNUM 0x000F /* b3-0: Eendpoint number select */
/openbmc/ipmitool/contrib/
H A Dbmclanconf99 local HEX B1 B2 B3 B4;
107 B3=`echo 10 o 16 i $H3 p | dc`
109 echo "$B1.$B2.$B3.$B4"
/openbmc/qemu/pc-bios/optionrom/
H A Dkvmvapic.S194 /* %ebx = new vapic (%bl = tpr, %bh = isr, %b3 = irr) */
288 /* %ebx = new vapic (%bl = tpr, %bh = isr, %b3 = irr) */
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dutils.py159 b3 \\
230 b3 \\
269 b3 \\
342 b3 \\
373 b3 \\
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dvalid-dists.patch71 + >>> iterable = ['a1', 'b1', 'c1', 'a2', 'b2', 'c2', 'b3']
81 + ['b1', 'b2', 'b3']
/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/pi-bluetooth/pi-bluetooth/
H A D0001-bthelper-correct-path-for-hciconfig-under-Yocto.patch30 …BDADDR=`printf '0x%02x 0x%02x 0x%02x 0xeb 0x27 0xb8' $((0x$B3 ^ 0xaa)) $((0x$B2 ^ 0xaa)) $((0x$B1 …
/openbmc/qemu/target/m68k/
H A Dsoftfloat.c389 status); /* B3+W*B5 */ in floatx80_lognp1()
393 fp1 = floatx80_mul(fp1, fp3, status); /* W*(B3+W*B5) */ in floatx80_lognp1()
397 status); /* B1+W*(B3+W*B5) */ in floatx80_lognp1()
401 status); /* B1+W*(B3+W*B5) + V*(B2+W*B4) */ in floatx80_lognp1()
403 status); /* U*V*([B1+W*(B3+W*B5)] + [V*(B2+W*B4)]) */ in floatx80_lognp1()
557 status); /* B3+W*B5 */ in floatx80_logn()
561 fp1 = floatx80_mul(fp1, fp3, status); /* W*(B3+W*B5) */ in floatx80_logn()
565 status); /* B1+W*(B3+W*B5) */ in floatx80_logn()
568 fp1 = floatx80_add(fp1, fp2, status); /* B1+W*(B3+W*B5) + V*(B2+W*B4) */ in floatx80_logn()
570 status); /* U*V*([B1+W*(B3+W*B5)] + [V*(B2+W*B4)]) */ in floatx80_logn()
[all …]
/openbmc/pldm/oem/ibm/configurations/fru/
H A DPCIeDevice_VINI.json20 "property_name": "B3",
H A DMotherboard_VINI.json20 "property_name": "B3",
H A DTpm_VINI.json20 "property_name": "B3",
H A DPowerSupply_VINI.json20 "property_name": "B3",
H A DFan_VINI.json20 "property_name": "B3",
H A DVrm_VINI.json20 "property_name": "B3",

123