| /openbmc/qemu/tests/unit/ |
| H A D | test-aio.c | 202 BHTestData data3 = { .n = 0, .max = 2 }; in test_bh_delete_from_cb_many() local 207 data3.bh = aio_bh_new(ctx, bh_delete_cb, &data3); in test_bh_delete_from_cb_many() 212 qemu_bh_schedule(data3.bh); in test_bh_delete_from_cb_many() 216 g_assert_cmpint(data3.n, ==, 0); in test_bh_delete_from_cb_many() 222 g_assert_cmpint(data3.n, ==, 1); in test_bh_delete_from_cb_many() 228 data3.n < data3.max || in test_bh_delete_from_cb_many() 234 g_assert_cmpint(data3.n, ==, data3.max); in test_bh_delete_from_cb_many() 238 g_assert(data3.bh == NULL); in test_bh_delete_from_cb_many() 538 BHTestData data3 = { .n = 0, .max = 2 }; in test_source_bh_delete_from_cb_many() local 543 data3.bh = aio_bh_new(ctx, bh_delete_cb, &data3); in test_source_bh_delete_from_cb_many() [all …]
|
| /openbmc/qemu/block/ |
| H A D | vhdx.h | 79 uint16_t data3; member 426 guid->data3 = le16_to_cpu(guid->data3); in leguid_to_cpus() 433 guid->data3 = cpu_to_le16(guid->data3); in cpu_to_leguids()
|
| H A D | vhdx.c | 57 .data3 = 0x4200, 63 .data3 = 0x4b9a, 72 .data3 = 0x4d43, 78 .data3 = 0x4876, 84 .data3 = 0x4523, 91 .data3 = 0x4471, 97 .data3 = 0x454d, 104 .data3 = 0x4709, 115 .data3 = 0x4a81,
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_sel.c | 544 int data3; in get_supermicro_evt_desc() local 553 data3 = rec->sel_type.standard_type.event_data[2]; in get_supermicro_evt_desc() 616 (data3 & 0x03) + 1); in get_supermicro_evt_desc() 619 (data2 >> 4) + 0x40 + (data3 & 0x3) * 4, in get_supermicro_evt_desc() 620 (data2 & 0xf) + 0x27, (data3 & 0x03) + 1); in get_supermicro_evt_desc() 623 (data2 >> 4) + 0x40 + (data3 & 0x3) * 3, in get_supermicro_evt_desc() 624 (data2 & 0xf) + 0x27, (data3 & 0x03) + 1); in get_supermicro_evt_desc() 631 if (data1 == 0x80 && data3 == 0xFF) { in get_supermicro_evt_desc() 655 int data1, data2, data3; in get_dell_evt_desc() local 675 data3 = rec->sel_type.standard_type.event_data[2]; in get_dell_evt_desc() [all …]
|
| /openbmc/u-boot/drivers/misc/ |
| H A D | mxc_ocotp.c | 386 writel(0, ®s->data3); in fuse_prog() 392 writel(0, ®s->data3); in fuse_prog() 398 writel(0, ®s->data3); in fuse_prog() 404 writel(val, ®s->data3); in fuse_prog()
|
| /openbmc/u-boot/arch/x86/include/asm/fsp/ |
| H A D | fsp_types.h | 14 u16 data3; member
|
| /openbmc/qemu/hw/usb/ |
| H A D | dev-uas.c | 132 USBPacket *data3[UAS_MAX_STREAMS + 1]; member 682 if (uas->data3[i] == p) { in usb_uas_cancel_io() 683 uas->data3[i] = NULL; in usb_uas_cancel_io() 725 if (uas_using_streams(uas) && uas->data3[req->tag] != NULL) { in usb_uas_command() 726 req->data = uas->data3[req->tag]; in usb_uas_command() 728 uas->data3[req->tag] = NULL; in usb_uas_command() 885 assert(uas->data3[p->stream] == NULL); in usb_uas_handle_data() 886 uas->data3[p->stream] = p; in usb_uas_handle_data()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/ |
| H A D | 0002-ncftp-3.2.7-fix-clang.patch | 62 char *data, *data2, *data3;
|
| /openbmc/u-boot/cmd/x86/ |
| H A D | fsp.c | 109 guid->data2, guid->data3); in do_hob()
|
| /openbmc/ipmitool/include/ipmitool/ |
| H A D | ipmi_pef.h | 587 uint8_t data3; member 786 uint8_t data3; member
|
| /openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/ |
| H A D | high_speed_env_spec.c | 2013 u32 data1 = 0, data2 = 0, data3 = 0, reg_data; in hws_ref_clock_set() local 2058 data3 = LANE_CFG4_REG_25MHZ_VAL; in hws_ref_clock_set() 2062 data3 = LANE_CFG4_REG_40MHZ_VAL; in hws_ref_clock_set() 2133 reg_data |= data3; in hws_ref_clock_set()
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | ti_qspi.c | 96 u32 data3; member 239 writel(data, &priv->base->data3); in __ti_qspi_xfer()
|
| /openbmc/u-boot/arch/x86/lib/fsp/ |
| H A D | fsp_support.c | 63 ((struct ffs_file_header *)fsp)->name.data3 == FSP_GUID_DATA3 && in find_fsp_header()
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
| H A D | 0005-FF-A-v15-arm_ffa-introduce-armffa-command.patch | 211 + .data3 = 0xdddddddd,
|
| H A D | 0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch | 1344 + .a6 = msg->data3, 1364 + msg->data3 = res.a6; 1718 + ulong data3; /* w6/x6 */
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | stih407-pinctrl.dtsi | 1142 data3 = <&pio34 2 ALT1 OUT>; 1165 data3 = <&pio33 2 ALT1 IN>;
|
| /openbmc/u-boot/arch/arm/include/asm/arch-mx7/ |
| H A D | imx-regs.h | 905 u32 data3; member
|