Home
last modified time | relevance | path

Searched defs:ecam_address (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_ide_keymgmt.c12 int plat_rmmd_el3_ide_key_program(uint64_t ecam_address, uint64_t root_port_id, in plat_rmmd_el3_ide_key_program()
23 int plat_rmmd_el3_ide_key_set_go(uint64_t ecam_address, uint64_t root_port_id, in plat_rmmd_el3_ide_key_set_go()
33 int plat_rmmd_el3_ide_key_set_stop(uint64_t ecam_address, uint64_t root_port_id, in plat_rmmd_el3_ide_key_set_stop()
42 int plat_rmmd_el3_ide_km_pull_response(uint64_t ecam_address, uint64_t root_port_id, in plat_rmmd_el3_ide_km_pull_response()
/rk3399_ARM-atf/services/std_svc/rmmd/
H A Drmmd_keymgmt.c46 int rmmd_el3_ide_key_program(uint64_t ecam_address, uint64_t rp_id, in rmmd_el3_ide_key_program()
71 int rmmd_el3_ide_key_set_go(uint64_t ecam_address, uint64_t rp_id, in rmmd_el3_ide_key_set_go()
96 int rmmd_el3_ide_key_set_stop(uint64_t ecam_address, uint64_t rp_id, in rmmd_el3_ide_key_set_stop()
121 int rmmd_el3_ide_km_pull_response(uint64_t ecam_address, uint64_t rp_id, in rmmd_el3_ide_km_pull_response()
/rk3399_ARM-atf/plat/arm/board/fvp/trp/
H A Dtest_ide_km_interface.c17 uint64_t trp_get_test_rootport(uint64_t *ecam_address, uint64_t *rp_id) in trp_get_test_rootport()
/rk3399_ARM-atf/services/std_svc/rmmd/trp/
H A Dtrp_main.c191 uint64_t ecam_address = 0U, rp_id = 0U, ide_stream_info; in trp_ide_keymgmt_interface_fn() local