Home
last modified time | relevance | path

Searched refs:time_hi_and_version (Results 1 – 8 of 8) sorted by relevance

/rk3399_ARM-atf/include/tools_share/
H A Duuid.h55 uint8_t time_hi_and_version[2]; member
64 uint16_t time_hi_and_version; member
/rk3399_ARM-atf/tools/sptool/
H A Dhob.py116 def __init__(self, time_low, time_mid, time_hi_and_version, clock_seq_and_node): argument
119 self.time_hi_and_version = time_hi_and_version
128 self.time_hi_and_version,
134 {hex(self.time_hi_and_version)}, {[hex(i) for i in self.clock_seq_and_node]}"
/rk3399_ARM-atf/plat/arm/common/fconf/
H A Darm_fconf_sp.c96 uuid.time_hi_and_version[0], in fconf_populate_arm_sp()
97 uuid.time_hi_and_version[1], in fconf_populate_arm_sp()
H A Darm_fconf_io.c473 uuid_helper.uuid_struct.time_hi_and_version[0], in fconf_populate_arm_io_policies()
474 uuid_helper.uuid_struct.time_hi_and_version[1], in fconf_populate_arm_io_policies()
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_fconf_io.c173 uuid_helper.uuid_struct.time_hi_and_version[0], in fconf_populate_stm32mp_io_policies()
174 uuid_helper.uuid_struct.time_hi_and_version[1], in fconf_populate_stm32mp_io_policies()
/rk3399_ARM-atf/include/lib/
H A Dsmccc.h225 (_uuid).time_hi_and_version[0], \
226 (_uuid).time_hi_and_version[1]), \
/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.c264 u->time_hi_and_version[0], u->time_hi_and_version[1], in uuid_to_str()
284 &u->time_hi_and_version[0], &u->time_hi_and_version[1], in uuid_from_str()
/rk3399_ARM-atf/drivers/io/
H A Dio_fip.c31 x.time_low, x.time_mid, x.time_hi_and_version, \