Home
last modified time | relevance | path

Searched refs:time_hi_and_version (Results 1 – 9 of 9) 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
85 ((uint32_t)uuid.time_hi_and_version[0] << 16) | in convert_uuid_to_u32_array()
86 ((uint32_t)uuid.time_hi_and_version[1] << 24); in convert_uuid_to_u32_array()
/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.c475 uuid_helper.uuid_struct.time_hi_and_version[0], in fconf_populate_arm_io_policies()
476 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.h230 (_uuid).time_hi_and_version[0], \
231 (_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.c32 x.time_low, x.time_mid, x.time_hi_and_version, \
/rk3399_ARM-atf/plat/arm/board/automotive_rd/platform/common/
H A Dcper.c337 g.time_low, g.time_mid, g.time_hi_and_version, in print_guid()