Searched refs:uuid_helper (Results 1 – 2 of 2) sorted by relevance
30 union uuid_helper_t uuid_helper; in fconf_populate_arm_sp() local63 uuid_helper.word); in fconf_populate_arm_sp()71 uuid_helper.word[j] = in fconf_populate_arm_sp()72 ((uuid_helper.word[j] >> 24U) & 0xff) | in fconf_populate_arm_sp()73 ((uuid_helper.word[j] << 8U) & 0xff0000) | in fconf_populate_arm_sp()74 ((uuid_helper.word[j] >> 8U) & 0xff00) | in fconf_populate_arm_sp()75 ((uuid_helper.word[j] << 24U) & 0xff000000); in fconf_populate_arm_sp()78 arm_sp.uuids[index] = uuid_helper; in fconf_populate_arm_sp()81 uuid_helper.word[0], in fconf_populate_arm_sp()82 uuid_helper.word[1], in fconf_populate_arm_sp()[all …]
254 union uuid_helper_t uuid_helper; in fconf_populate_arm_io_policies() local272 4, uuid_helper.word); in fconf_populate_arm_io_policies()280 uuid_helper.word[j] = in fconf_populate_arm_io_policies()281 ((uuid_helper.word[j] >> 24U) & 0xff) | in fconf_populate_arm_io_policies()282 ((uuid_helper.word[j] << 8U) & 0xff0000) | in fconf_populate_arm_io_policies()283 ((uuid_helper.word[j] >> 8U) & 0xff00) | in fconf_populate_arm_io_policies()284 ((uuid_helper.word[j] << 24U) & 0xff000000); in fconf_populate_arm_io_policies()289 uuid_helper.word[0], uuid_helper.word[1], in fconf_populate_arm_io_policies()290 uuid_helper.word[2], uuid_helper.word[3]); in fconf_populate_arm_io_policies()292 uuid_ptr->uuid = uuid_helper.uuid_struct; in fconf_populate_arm_io_policies()