Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/qti/common/src/
H A Dqti_pm.c24 #define QTI_LOCAL_PSTATE_WIDTH 4 macro
25 #define QTI_LOCAL_PSTATE_MASK ((1 << QTI_LOCAL_PSTATE_WIDTH) - 1)
29 (QTI_LOCAL_PSTATE_WIDTH * \
39 (((lvl1_state) << QTI_LOCAL_PSTATE_WIDTH) | \
44 (((lvl2_state) << (QTI_LOCAL_PSTATE_WIDTH * 2)) | \
49 (((lvl3_state) << (QTI_LOCAL_PSTATE_WIDTH * 3)) | \
117 state_id >>= QTI_LOCAL_PSTATE_WIDTH; in qti_validate_power_state()
253 state_id >>= QTI_LOCAL_PSTATE_WIDTH; in qti_get_sys_suspend_power_state()