Searched refs:time_low (Results 1 - 4 of 4) sorted by path

/u-boot/drivers/rtc/
H A Dgoldfish_rtc.c37 u64 time_low; local
40 time_low = ioread32(base + GOLDFISH_TIME_LOW);
42 now = (time_high << 32) | time_low;
/u-boot/drivers/tee/
H A Dtee-uclass.c219 d->time_low = ((u32)s[0] << 24) | ((u32)s[1] << 16) |
229 d[0] = s->time_low >> 24;
230 d[1] = s->time_low >> 16;
231 d[2] = s->time_low >> 8;
232 d[3] = s->time_low;
/u-boot/include/
H A Dtee.h89 u32 time_low; member in struct:tee_optee_ta_uuid
H A Duuid.h27 * timestamp - 60-bit: time_low, time_mid, time_hi_and_version
62 unsigned int time_low; member in struct:uuid

Completed in 80 milliseconds