Searched refs:mecid (Results 1 – 7 of 7) sorted by relevance
| /rk3399_ARM-atf/services/std_svc/rmmd/ |
| H A D | rmmd_main.c | 420 uint16_t mecid; in rmmd_mecid_key_update() local 440 mecid = (x1 >> MECID_SHIFT) & MECID_MASK; in rmmd_mecid_key_update() 441 if ((mecid & ~mecid_width_mask) != 0U) { in rmmd_mecid_key_update() 446 ret = plat_rmmd_mecid_key_update(mecid, reason); in rmmd_mecid_key_update()
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/ |
| H A D | rdv3_common.c | 193 int plat_rmmd_mecid_key_update(uint16_t mecid, unsigned int reason) in plat_rmmd_mecid_key_update() argument
|
| /rk3399_ARM-atf/plat/qemu/common/ |
| H A D | qemu_common.c | 407 int plat_rmmd_mecid_key_update(uint16_t mecid, unsigned int reason) in plat_rmmd_mecid_key_update() argument
|
| /rk3399_ARM-atf/include/plat/common/ |
| H A D | platform.h | 418 int plat_rmmd_mecid_key_update(uint16_t mecid, unsigned int reason);
|
| /rk3399_ARM-atf/plat/arm/board/fvp/ |
| H A D | fvp_common.c | 1046 int plat_rmmd_mecid_key_update(uint16_t mecid, unsigned int reason) in plat_rmmd_mecid_key_update() argument
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | rmm-el3-comms-spec.rst | 705 …mecid,x1,[47:32],UInt64, "mecid is a 16-bit value between 0 and 65,535 that identifies the MECID f… 706 mecid,x1,[31:1],UInt64, "Reserved, MBZ"
|
| /rk3399_ARM-atf/docs/ |
| H A D | porting-guide.rst | 2414 The first parameter (``uint16_t mecid``) contains the MECID for which the
|