Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/
Dplat_psci_handlers.c68 case PSTATE_ID_CORE_IDLE: in tegra_soc_validate_power_state()
102 if ((stateid_afflvl0 == PSTATE_ID_CORE_IDLE) || in tegra_soc_pwr_domain_suspend()
106 val = (stateid_afflvl0 == PSTATE_ID_CORE_IDLE) ? in tegra_soc_pwr_domain_suspend()
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/include/t186/
Dtegra_def.h47 #define PSTATE_ID_CORE_IDLE U(6) macro