Searched refs:fw_seq_id (Results 1 – 1 of 1) sorted by relevance
65 static uint64_t get_fw_activation_flags(uint32_t fw_seq_id) in get_fw_activation_flags() argument68 &lfa_components[fw_seq_id]; in get_fw_activation_flags()268 uint32_t fw_seq_id = (uint32_t)x1; in lfa_smc_handler() local309 if (fw_seq_id >= lfa_component_count) { in lfa_smc_handler()317 uuid_p = (uint8_t *)&lfa_components[fw_seq_id].uuid; in lfa_smc_handler()325 lfa_components[fw_seq_id].activation_pending = in lfa_smc_handler()326 is_plat_lfa_activation_pending(fw_seq_id); in lfa_smc_handler()329 lfa_components[fw_seq_id].activator ? "supports" : in lfa_smc_handler()332 if (lfa_components[fw_seq_id].activator != NULL) { in lfa_smc_handler()334 lfa_components[fw_seq_id].activation_pending ? "true" : "false"); in lfa_smc_handler()[all …]