Searched refs:time_low (Results 1 – 2 of 2) sorted by relevance
39 u64 time_low; in goldfish_rtc_get() local42 time_low = ioread32(base + GOLDFISH_TIME_LOW); in goldfish_rtc_get()44 now = (time_high << 32) | time_low; in goldfish_rtc_get()
219 d->time_low = ((u32)s[0] << 24) | ((u32)s[1] << 16) | in tee_optee_ta_uuid_from_octets()229 d[0] = s->time_low >> 24; in tee_optee_ta_uuid_to_octets()230 d[1] = s->time_low >> 16; in tee_optee_ta_uuid_to_octets()231 d[2] = s->time_low >> 8; in tee_optee_ta_uuid_to_octets()232 d[3] = s->time_low; in tee_optee_ta_uuid_to_octets()
Completed in 6 milliseconds