Home
last modified time | relevance | path

Searched refs:PTA_SCMI_CAPS_MASK (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libutee/include/
H A Dpta_scmi_client.h82 #define PTA_SCMI_CAPS_MASK GENMASK_32(1, 0) macro
/optee_os/core/pta/
H A Dscmi.c174 if (ptypes != exp_ptypes || caps & ~PTA_SCMI_CAPS_MASK) in cmd_get_channel_handle()