Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/tools_share/
H A Duuid.h53 uint8_t time_low[4]; member
62 uint32_t time_low; member
/rk3399_ARM-atf/plat/arm/common/fconf/
H A Darm_fconf_sp.c93 uuid.time_low[0], uuid.time_low[1], in fconf_populate_arm_sp()
94 uuid.time_low[2], uuid.time_low[3], in fconf_populate_arm_sp()
H A Darm_fconf_io.c470 uuid_helper.uuid_struct.time_low[0], uuid_helper.uuid_struct.time_low[1], in fconf_populate_arm_io_policies()
471 uuid_helper.uuid_struct.time_low[2], uuid_helper.uuid_struct.time_low[3], in fconf_populate_arm_io_policies()
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_fconf_io.c170 uuid_helper.uuid_struct.time_low[0], uuid_helper.uuid_struct.time_low[1], in fconf_populate_stm32mp_io_policies()
171 uuid_helper.uuid_struct.time_low[2], uuid_helper.uuid_struct.time_low[3], in fconf_populate_stm32mp_io_policies()
/rk3399_ARM-atf/include/lib/
H A Dsmccc.h222 smc_uuid_word((_uuid).time_low[0], (_uuid).time_low[1], \
223 (_uuid).time_low[2], (_uuid).time_low[3]), \
/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
117 self.time_low = time_low
126 self.time_low,
/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.c262 u->time_low[0], u->time_low[1], u->time_low[2], u->time_low[3], in uuid_to_str()
282 &u->time_low[0], &u->time_low[1], &u->time_low[2], &u->time_low[3], 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, \