Searched defs:pstate (Results 1 – 12 of 12) sorted by relevance
41 #define CCN_GET_RETENTION_STATE(pstate) ((pstate >> 4) & 0x3) argument47 #define CCN_GET_RUN_STATE(pstate) (pstate & 0xf) argument
115 #define psci_get_pstate_pwrlvl(pstate) (((pstate) >> PSTATE_PWR_LVL_SHIFT) & \ argument127 #define psci_get_pstate_id(pstate) (((pstate) >> PSTATE_ID_SHIFT) & \ argument129 #define psci_get_pstate_type(pstate) (((pstate) >> PSTATE_TYPE_SHIFT) & \ argument131 #define psci_check_power_state(pstate) ((pstate) & PSTATE_VALID_MASK) argument
49 #define psci_get_pstate_afflvl(pstate) psci_get_pstate_pwrlvl(pstate) argument
36 int pstate = psci_get_pstate_type(power_state); in arm_validate_power_state() local
114 int pstate = psci_get_pstate_type(power_state); in poplar_validate_power_state() local
216 int pstate = psci_get_pstate_type(power_state); in hikey_validate_power_state() local
48 int pstate = psci_get_pstate_type(power_state); in parse_power_state() local
127 int pstate = psci_get_pstate_type(power_state); in hikey960_validate_power_state() local
296 int pstate = psci_get_pstate_type(power_state); in zynqmp_validate_power_state() local
161 #define PSTATE_TO_RUN_MODE(pstate) (((pstate) & HNF_PSTATE_MASK) >> 2) argument
132 int pstate = psci_get_pstate_type(power_state); in rockchip_validate_power_state() local
698 int pstate = psci_get_pstate_type(power_state); in plat_validate_power_state() local