Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/drivers/scpi/
Dcss_scpi.h74 #define CLUSTER_POWER_STATE(_resp) (((_resp) >> 4) & 0xf) macro
Dcss_scpi.c227 *cluster_state_p = CLUSTER_POWER_STATE(power_state); in scpi_get_css_power_state()