Home
last modified time | relevance | path

Searched refs:sfcp_err (Results 1 – 12 of 12) sorted by relevance

/rk3399_ARM-atf/drivers/arm/sfcp/sfcp_core/
H A Dsfcp.c95 enum sfcp_error_t sfcp_err; in sfcp_init() local
102 sfcp_err = sfcp_trusted_subnet_state_init(); in sfcp_init()
103 if (sfcp_err != SFCP_ERROR_SUCCESS) { in sfcp_init()
104 return sfcp_err; in sfcp_init()
126 enum sfcp_error_t sfcp_err; in sfcp_init_msg() local
144 sfcp_err = sfcp_get_trusted_subnet_by_id(trusted_subnet_id, in sfcp_init_msg()
146 if (sfcp_err == SFCP_ERROR_SUCCESS) { in sfcp_init_msg()
149 return sfcp_err; in sfcp_init_msg()
156 sfcp_err = sfcp_get_trusted_subnet_for_node(receiver, in sfcp_init_msg()
158 if (sfcp_err == SFCP_ERROR_SUCCESS) { in sfcp_init_msg()
[all …]
/rk3399_ARM-atf/plat/arm/board/tc/
H A Dnv_counter_test.c18 enum sfcp_error_t sfcp_err; in nv_counter_test() local
24 sfcp_err = sfcp_init(); in nv_counter_test()
25 if (sfcp_err != SFCP_ERROR_SUCCESS) { in nv_counter_test()
27 sfcp_err); in nv_counter_test()
H A Dtc_bl1_measured_boot.c50 enum sfcp_error_t sfcp_err; in bl1_plat_mboot_init() local
53 sfcp_err = sfcp_init(); in bl1_plat_mboot_init()
54 if (sfcp_err != SFCP_ERROR_SUCCESS) { in bl1_plat_mboot_init()
H A Dtc_bl2_measured_boot.c57 enum sfcp_error_t sfcp_err; in bl2_plat_mboot_init() local
60 sfcp_err = sfcp_init(); in bl2_plat_mboot_init()
61 if (sfcp_err != SFCP_ERROR_SUCCESS) { in bl2_plat_mboot_init()
H A Drse_ap_tests.c32 enum sfcp_error_t sfcp_err; in run_tests() local
37 sfcp_err = sfcp_init(); in run_tests()
38 if (sfcp_err != SFCP_ERROR_SUCCESS) { in run_tests()
H A Dtc_bl1_dpe.c124 enum sfcp_error_t sfcp_err; in bl1_plat_mboot_init() local
127 sfcp_err = sfcp_init(); in bl1_plat_mboot_init()
128 if (sfcp_err != SFCP_ERROR_SUCCESS) { in bl1_plat_mboot_init()
H A Dtc_bl31_setup.c165 enum sfcp_error_t sfcp_err; in bl31_platform_setup() local
175 sfcp_err = sfcp_init(); in bl31_platform_setup()
176 if (sfcp_err != SFCP_ERROR_SUCCESS) { in bl31_platform_setup()
177 ERROR("Unable to initialize SFCP: %d\n", sfcp_err); in bl31_platform_setup()
H A Dtc_bl2_dpe.c233 enum sfcp_error_t sfcp_err; in bl2_plat_mboot_init() local
259 sfcp_err = sfcp_init(); in bl2_plat_mboot_init()
260 if (sfcp_err != SFCP_ERROR_SUCCESS) { in bl2_plat_mboot_init()
/rk3399_ARM-atf/drivers/arm/sfcp/sfcp_psa/sfcp_psa_call/
H A Dsfcp_psa_call.c92 enum sfcp_error_t sfcp_err; in psa_call() local
108 sfcp_err = sfcp_init_msg(psa_payload_buf, sizeof(psa_payload_buf), in psa_call()
113 if (sfcp_err != SFCP_ERROR_SUCCESS) { in psa_call()
138 sfcp_err = sfcp_send_msg(msg, msg_size, psa_msg_len); in psa_call()
139 if (sfcp_err != SFCP_ERROR_SUCCESS) { in psa_call()
144 sfcp_err = sfcp_receive_reply(psa_payload_buf, in psa_call()
148 } while (sfcp_err == SFCP_ERROR_NO_REPLY_AVAILABLE); in psa_call()
149 if (sfcp_err != SFCP_ERROR_SUCCESS) { in psa_call()
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/
H A Drdv3_bl1_measured_boot.c50 enum sfcp_error_t sfcp_err; in bl1_plat_mboot_init() local
53 sfcp_err = sfcp_init(); in bl1_plat_mboot_init()
54 if (sfcp_err != SFCP_ERROR_SUCCESS) { in bl1_plat_mboot_init()
H A Drdv3_bl2_measured_boot.c60 enum sfcp_error_t sfcp_err; in bl2_plat_mboot_init() local
63 sfcp_err = sfcp_init(); in bl2_plat_mboot_init()
64 if (sfcp_err != SFCP_ERROR_SUCCESS) { in bl2_plat_mboot_init()
H A Drdv3_bl31_setup.c179 enum sfcp_error_t sfcp_err; in bl31_platform_setup() local
227 sfcp_err = sfcp_init(); in bl31_platform_setup()
228 if (sfcp_err != SFCP_ERROR_SUCCESS) { in bl31_platform_setup()