/openbmc/qemu/include/qemu/ |
H A D | uuid.h | 27 uint32_t time_low; member 55 #define UUID_LE(time_low, time_mid, time_hi_and_version, \ argument 58 { (time_low) & 0xff, ((time_low) >> 8) & 0xff, ((time_low) >> 16) & 0xff, \ 59 ((time_low) >> 24) & 0xff, (time_mid) & 0xff, ((time_mid) >> 8) & 0xff, \ 65 #define UUID(time_low, time_mid, time_hi_and_version, \ argument 68 { ((time_low) >> 24) & 0xff, ((time_low) >> 16) & 0xff, \ 69 ((time_low) >> 8) & 0xff, (time_low) & 0xff, \
|
/openbmc/linux/arch/mips/generic/ |
H A D | board-ranchu.c | 20 u32 time_low; in read_rtc_time() local 28 time_low = readl(base + GOLDFISH_TIMER_LOW); in read_rtc_time() 31 return ((u64)time_high << 32) | time_low; in read_rtc_time()
|
/openbmc/u-boot/drivers/tee/ |
H A D | tee-uclass.c | 214 d->time_low = ((u32)s[0] << 24) | ((u32)s[1] << 16) | in tee_optee_ta_uuid_from_octets() 224 d[0] = s->time_low >> 24; in tee_optee_ta_uuid_to_octets() 225 d[1] = s->time_low >> 16; in tee_optee_ta_uuid_to_octets() 226 d[2] = s->time_low >> 8; in tee_optee_ta_uuid_to_octets() 227 d[3] = s->time_low; in tee_optee_ta_uuid_to_octets()
|
/openbmc/linux/drivers/clocksource/ |
H A D | timer-goldfish.c | 33 u32 time_low, time_high; in goldfish_timer_read() local 40 time_low = gf_ioread32(base + TIMER_TIME_LOW); in goldfish_timer_read() 43 ticks = ((u64)time_high << 32) | time_low; in goldfish_timer_read()
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-goldfish.c | 115 u64 time_low; in goldfish_rtc_read_time() local 121 time_low = gf_ioread32(base + TIMER_TIME_LOW); in goldfish_rtc_read_time() 123 time = (time_high << 32) | time_low; in goldfish_rtc_read_time()
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
H A D | 0021-platform-corstone1000-add-unique-guid-for-mps3.patch | 23 .time_low = 0x989f3a4e, 28 + .time_low = 0xdf1865d1,
|
/openbmc/linux/fs/afs/ |
H A D | afs.h | 83 __be32 time_low; /* low part of timestamp */ member 197 __be32 time_low; member
|
H A D | vlclient.c | 77 uuid->time_low = xdr->time_low; in afs_deliver_vl_get_entry_by_name_u() 298 r->uuid.time_low = u->time_low; in afs_vl_get_addrs_u()
|
H A D | cmservice.c | 404 r->time_low = b[0]; in afs_deliver_cb_init_call_back_state3() 517 r->time_low = b[0]; in afs_deliver_cb_probe_uuid() 564 reply.ia.uuid[0] = call->net->uuid.time_low; in SRXAFSCB_TellMeAboutYourself()
|
/openbmc/u-boot/include/ |
H A D | uuid.h | 11 unsigned int time_low; member
|
H A D | tee.h | 63 u32 time_low; member
|
/openbmc/linux/drivers/net/ethernet/i825xx/ |
H A D | sun3_82586.h | 237 unsigned char time_low; /* slot time low */ member
|
H A D | sun3_82586.c | 426 cfg_cmd->time_low = 0x00; in init586()
|
/openbmc/qemu/util/ |
H A D | uuid.c | 114 bswap32s(&uuid.fields.time_low); in qemu_uuid_bswap()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_mc.c | 472 uint32_t time_low; /* timestamp low field */ member 521 guid.time_low, guid.time_mid, guid.time_hi_and_version, in ipmi_mc_get_guid() 526 s = (time_t)guid.time_low; /* Kipp - removed the BSWAP_32, it was not needed here */ in ipmi_mc_get_guid()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgv_sriovmsg.h | 126 uint32_t time_low; member
|
/openbmc/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_selftests.c | 174 u32 time_low; in get_gate_state() local 181 time_low = ioread32(adapter->addr + ECM_SYSTEM_TIME_LOW); in get_gate_state() 191 *system_time = (((u64)time_high) << 32) | ((u64)time_low); in get_gate_state()
|
/openbmc/qemu/include/hw/firmware/ |
H A D | smbios.h | 127 uint32_t time_low; member
|
/openbmc/qemu/hw/smbios/ |
H A D | smbios.c | 602 uuid->time_low = bswap32(uuid->time_low); in smbios_encode_uuid()
|
/openbmc/linux/fs/smb/client/ |
H A D | cifspdu.h | 1229 __le16 time_low; member
|