Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/
H A Drdv3_bl1_measured_boot.c53 sfcp_err = sfcp_init(); in bl1_plat_mboot_init()
H A Drdv3_bl2_measured_boot.c63 sfcp_err = sfcp_init(); in bl2_plat_mboot_init()
H A Drdv3_bl31_setup.c227 sfcp_err = sfcp_init(); in bl31_platform_setup()
/rk3399_ARM-atf/plat/arm/board/tc/
H A Dtc_bl1_measured_boot.c53 sfcp_err = sfcp_init(); in bl1_plat_mboot_init()
H A Dnv_counter_test.c24 sfcp_err = sfcp_init(); in nv_counter_test()
H A Dtc_bl2_measured_boot.c60 sfcp_err = sfcp_init(); in bl2_plat_mboot_init()
H A Drse_ap_tests.c37 sfcp_err = sfcp_init(); in run_tests()
H A Dtc_bl1_dpe.c127 sfcp_err = sfcp_init(); in bl1_plat_mboot_init()
H A Dtc_bl31_setup.c175 sfcp_err = sfcp_init(); in bl31_platform_setup()
H A Dtc_bl2_dpe.c259 sfcp_err = sfcp_init(); in bl2_plat_mboot_init()
/rk3399_ARM-atf/include/drivers/arm/
H A Dsfcp.h183 enum sfcp_error_t sfcp_init(void);
/rk3399_ARM-atf/drivers/arm/sfcp/sfcp_core/
H A Dsfcp.c92 enum sfcp_error_t sfcp_init(void) in sfcp_init() function