Searched refs:rp_id (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/services/std_svc/rmmd/ |
| H A D | rmmd_keymgmt.c | 46 int rmmd_el3_ide_key_program(uint64_t ecam_address, uint64_t rp_id, in rmmd_el3_ide_key_program() argument 54 VERBOSE("IDE_KEY_PROG: ecam address = 0x%lx and rp_id = 0x%lx\n", ecam_address, rp_id); in rmmd_el3_ide_key_program() 61 err = plat_rmmd_el3_ide_key_program(ecam_address, rp_id, ide_stream_info, 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() argument 79 VERBOSE("IDE_KEY_SET_GO: ecam address = 0x%lx and rp_id = 0x%lx\n", ecam_address, rp_id); in rmmd_el3_ide_key_set_go() 86 err = plat_rmmd_el3_ide_key_set_go(ecam_address, rp_id, ide_stream_info, 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() argument 104 VERBOSE("IDE_KEY_SET_STOP: ecam address = 0x%lx and rp_id = 0x%lx\n", ecam_address, rp_id); in rmmd_el3_ide_key_set_stop() 111 err = plat_rmmd_el3_ide_key_set_stop(ecam_address, rp_id, ide_stream_info, 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() argument [all …]
|
| H A D | rmmd_private.h | 61 int rmmd_el3_ide_key_program(uint64_t ecam_address, uint64_t rp_id, 64 int rmmd_el3_ide_key_set_go(uint64_t ecam_address, uint64_t rp_id, uint64_t ide_stream_info, 66 int rmmd_el3_ide_key_set_stop(uint64_t ecam_address, uint64_t rp_id, uint64_t ide_stream_info, 68 int rmmd_el3_ide_km_pull_response(uint64_t ecam_address, uint64_t rp_id, uint64_t *req_resp,
|
| /rk3399_ARM-atf/plat/arm/board/fvp/trp/ |
| H A D | test_ide_km_interface.c | 17 uint64_t trp_get_test_rootport(uint64_t *ecam_address, uint64_t *rp_id) in trp_get_test_rootport() argument 21 *rp_id = 0x001C0001; in trp_get_test_rootport()
|
| /rk3399_ARM-atf/services/std_svc/rmmd/trp/ |
| H A D | trp_main.c | 191 uint64_t ecam_address = 0U, rp_id = 0U, ide_stream_info; in trp_ide_keymgmt_interface_fn() local 197 trp_get_test_rootport(&ecam_address, &rp_id); in trp_ide_keymgmt_interface_fn() 216 return_value = trp_smc(set_smc_args(RMM_IDE_KEY_PROG, ecam_address, rp_id, in trp_ide_keymgmt_interface_fn() 222 return_value = trp_smc(set_smc_args(RMM_IDE_KEY_SET_GO, ecam_address, rp_id, in trp_ide_keymgmt_interface_fn() 227 return_value = trp_smc(set_smc_args(RMM_IDE_KEY_SET_STOP, ecam_address, rp_id, in trp_ide_keymgmt_interface_fn() 232 return_value = trp_smc(set_smc_args(RMM_IDE_KM_PULL_RESPONSE, ecam_address, rp_id, in trp_ide_keymgmt_interface_fn()
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | rmm-el3-comms-spec.rst | 760 rp_id,x2,[63:0],UInt64,Used to identify the root port within the root complex(RC) 827 rp_id,x2,[63:0],UInt64,Used to identify the root port within the root complex(RC) 888 rp_id,x2,[63:0],UInt64,Used to identify the root port within the root complex(RC) 951 rp_id,x2,[63:0],UInt64,Used to identify the root port within the root complex(RC)
|