Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/include/lib/psci/
Dpsci_lib.h53 SET_PARAM_HEAD(_p, PARAM_PSCI_LIB_ARGS, VERSION_1, 0); \
60 .h.type = (uint8_t)PARAM_PSCI_LIB_ARGS, \
69 && ((_p)->h.type == PARAM_PSCI_LIB_ARGS) \
/trusted-firmware-a-latest/include/export/common/
Dparam_header_exp.h20 #define PARAM_PSCI_LIB_ARGS U(0x06) macro