Home
last modified time | relevance | path

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

/u-boot/drivers/tee/
A Dtee-uclass.c216 d->time_low = ((u32)s[0] << 24) | ((u32)s[1] << 16) | in tee_optee_ta_uuid_from_octets()
226 d[0] = s->time_low >> 24; in tee_optee_ta_uuid_to_octets()
227 d[1] = s->time_low >> 16; in tee_optee_ta_uuid_to_octets()
228 d[2] = s->time_low >> 8; in tee_optee_ta_uuid_to_octets()
229 d[3] = s->time_low; in tee_optee_ta_uuid_to_octets()
/u-boot/include/
A Duuid.h13 unsigned int time_low; member
A Dtee.h68 u32 time_low; member

Completed in 4 milliseconds