Searched refs:ide_stream_info (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/services/std_svc/rmmd/ |
| H A D | rmmd_keymgmt.c | 24 bool extract_ide_stream_info(uint64_t ide_stream_info) in extract_ide_stream_info() argument 30 keyset = (ide_stream_info >> KEYSET_BIT_SHIFT) & 0x1; in extract_ide_stream_info() 31 dir = (ide_stream_info >> DIR_BIT_SHIFT) & 0x1; in extract_ide_stream_info() 32 stream_id = ide_stream_info & STREAM_ID_MASK; in extract_ide_stream_info() 33 substream = (ide_stream_info >> SUBSTREAM_SHIFT) & SUBSTREAM_MASK; in extract_ide_stream_info() 47 uint64_t ide_stream_info, rp_ide_key_info_t *ide_key_info_ptr, in rmmd_el3_ide_key_program() argument 56 if (!extract_ide_stream_info(ide_stream_info)) { 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() 72 uint64_t ide_stream_info, uint64_t request_id, in rmmd_el3_ide_key_set_go() argument 81 if (!extract_ide_stream_info(ide_stream_info)) { in rmmd_el3_ide_key_set_go() [all …]
|
| H A D | rmmd_private.h | 62 uint64_t ide_stream_info, rp_ide_key_info_t *ide_key_info_ptr, 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,
|
| /rk3399_ARM-atf/plat/arm/board/fvp/ |
| H A D | fvp_ide_keymgmt.c | 13 uint64_t ide_stream_info, in plat_rmmd_el3_ide_key_program() argument 24 uint64_t ide_stream_info, uint64_t request_id, in plat_rmmd_el3_ide_key_set_go() argument 34 uint64_t ide_stream_info, uint64_t request_id, in plat_rmmd_el3_ide_key_set_stop() argument
|
| /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 206 ide_stream_info = ENCODE_STREAM_INFO(KEY_SET, DIR_VAL, SUBSTREAM_VAL, STREAM_ID); in trp_ide_keymgmt_interface_fn() 217 ide_stream_info, keyqw0, keyqw1, keyqw2, keyqw3, ifvqw0, in trp_ide_keymgmt_interface_fn() 223 ide_stream_info, 0UL, 0UL, 0UL, 0UL, 0UL, 0UL, 0UL, 0UL)); in trp_ide_keymgmt_interface_fn() 228 ide_stream_info, 0UL, 0UL, 0UL, 0UL, 0UL, 0UL, 0UL, 0UL)); in trp_ide_keymgmt_interface_fn()
|
| /rk3399_ARM-atf/include/plat/common/ |
| H A D | platform.h | 426 uint64_t ide_stream_info, 430 uint64_t ide_stream_info, uint64_t request_id, 433 uint64_t ide_stream_info, uint64_t request_id,
|