Home
last modified time | relevance | path

Searched refs:time_low (Results 1 – 20 of 20) sorted by relevance

/openbmc/qemu/include/qemu/
H A Duuid.h27 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 Dboard-ranchu.c20 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 Dtee-uclass.c214 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 Dtimer-goldfish.c33 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 Drtc-goldfish.c115 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 D0021-platform-corstone1000-add-unique-guid-for-mps3.patch23 .time_low = 0x989f3a4e,
28 + .time_low = 0xdf1865d1,
/openbmc/linux/fs/afs/
H A Dafs.h83 __be32 time_low; /* low part of timestamp */ member
197 __be32 time_low; member
H A Dvlclient.c77 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 Dcmservice.c404 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 Duuid.h11 unsigned int time_low; member
H A Dtee.h63 u32 time_low; member
/openbmc/linux/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h237 unsigned char time_low; /* slot time low */ member
H A Dsun3_82586.c426 cfg_cmd->time_low = 0x00; in init586()
/openbmc/qemu/util/
H A Duuid.c114 bswap32s(&uuid.fields.time_low); in qemu_uuid_bswap()
/openbmc/ipmitool/lib/
H A Dipmi_mc.c472 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 Damdgv_sriovmsg.h126 uint32_t time_low; member
/openbmc/linux/drivers/net/ethernet/engleder/
H A Dtsnep_selftests.c174 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 Dsmbios.h127 uint32_t time_low; member
/openbmc/qemu/hw/smbios/
H A Dsmbios.c602 uuid->time_low = bswap32(uuid->time_low); in smbios_encode_uuid()
/openbmc/linux/fs/smb/client/
H A Dcifspdu.h1229 __le16 time_low; member