Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/include/lib/psci/
Dpsci_lib.h51 SET_PARAM_HEAD(_p, PARAM_PSCI_LIB_ARGS, VERSION_1, 0); \
58 .h.type = (uint8_t)PARAM_PSCI_LIB_ARGS, \
67 && ((_p)->h.type == PARAM_PSCI_LIB_ARGS) \
/device/linaro/bootloader/arm-trusted-firmware/include/common/
Dparam_header.h16 #define PARAM_PSCI_LIB_ARGS 0x06 macro