Home
last modified time | relevance | path

Searched refs:time_mid (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/include/qemu/
H A Duuid.h28 uint16_t time_mid; member
55 #define UUID_LE(time_low, time_mid, time_hi_and_version, \ argument
59 ((time_low) >> 24) & 0xff, (time_mid) & 0xff, ((time_mid) >> 8) & 0xff, \
65 #define UUID(time_low, time_mid, time_hi_and_version, \ argument
70 ((time_mid) >> 8) & 0xff, (time_mid) & 0xff, \
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0021-platform-corstone1000-add-unique-guid-for-mps3.patch24 .time_mid = 0x46e0,
29 + .time_mid = 0x90fb,
/openbmc/u-boot/drivers/tee/
H A Dtee-uclass.c216 d->time_mid = ((u32)s[4] << 8) | s[5]; in tee_optee_ta_uuid_from_octets()
228 d[4] = s->time_mid >> 8; in tee_optee_ta_uuid_to_octets()
229 d[5] = s->time_mid; in tee_optee_ta_uuid_to_octets()
/openbmc/u-boot/include/
H A Duuid.h12 unsigned short time_mid; member
H A Dtee.h64 u16 time_mid; member
/openbmc/qemu/util/
H A Duuid.c115 bswap16s(&uuid.fields.time_mid); in qemu_uuid_bswap()
/openbmc/qemu/include/hw/firmware/
H A Dsmbios.h128 uint16_t time_mid; member
/openbmc/ipmitool/lib/
H A Dipmi_mc.c473 uint16_t time_mid; /* timestamp middle field */ member
521 guid.time_low, guid.time_mid, guid.time_hi_and_version, in ipmi_mc_get_guid()
/openbmc/qemu/hw/smbios/
H A Dsmbios.c612 uuid->time_mid = bswap16(uuid->time_mid); in smbios_build_type_1_table()