HomeSort by relevance Sort by last modified time
    Searched refs:start_afflvl (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/services/std_svc/psci/
psci_afflvl_off.c 118 int start_afflvl,
124 for (level = start_afflvl; level <= end_afflvl; level++) {
152 int psci_afflvl_off(int start_afflvl,
173 start_afflvl,
183 psci_acquire_afflvl_locks(start_afflvl,
204 psci_do_afflvl_state_mgmt(start_afflvl,
209 max_phys_off_afflvl = psci_find_max_phys_off_afflvl(start_afflvl,
219 start_afflvl,
235 psci_release_afflvl_locks(start_afflvl,
psci_common.c 69 uint32_t psci_find_max_phys_off_afflvl(uint32_t start_afflvl,
75 for (; start_afflvl <= end_afflvl; start_afflvl++) {
76 if (mpidr_nodes[start_afflvl] == NULL)
79 if (psci_get_phys_state(mpidr_nodes[start_afflvl]) ==
81 max_afflvl = start_afflvl;
236 int psci_check_afflvl_range(int start_afflvl, int end_afflvl)
242 if (start_afflvl < MPIDR_AFFLVL0)
245 if (end_afflvl < start_afflvl)
256 void psci_do_afflvl_state_mgmt(uint32_t start_afflvl,
    [all...]
psci_private.h 130 int psci_check_afflvl_range(int start_afflvl, int end_afflvl);
131 void psci_do_afflvl_state_mgmt(uint32_t start_afflvl,
135 void psci_acquire_afflvl_locks(int start_afflvl,
138 void psci_release_afflvl_locks(int start_afflvl,
143 uint32_t psci_find_max_phys_off_afflvl(uint32_t start_afflvl,
151 int start_afflvl,
159 int start_afflvl,
167 int start_afflvl,
psci_afflvl_suspend.c 213 int start_afflvl,
219 for (level = start_afflvl; level <= end_afflvl; level++) {
252 int start_afflvl,
274 start_afflvl, end_afflvl, mpidr_nodes) != PSCI_E_SUCCESS)
282 psci_acquire_afflvl_locks(start_afflvl,
309 psci_do_afflvl_state_mgmt(start_afflvl,
314 max_phys_off_afflvl = psci_find_max_phys_off_afflvl(start_afflvl,
329 start_afflvl,
344 psci_release_afflvl_locks(start_afflvl,
psci_afflvl_on.c 165 int start_afflvl,
172 for (level = end_afflvl; level >= start_afflvl; level--) {
209 int start_afflvl,
229 start_afflvl,
239 psci_acquire_afflvl_locks(start_afflvl,
262 start_afflvl,
274 psci_do_afflvl_state_mgmt(start_afflvl,
290 psci_release_afflvl_locks(start_afflvl,
psci_main.c 49 unsigned int start_afflvl, end_afflvl; local
81 start_afflvl = MPIDR_AFFLVL0;
85 start_afflvl,
psci_setup.c 132 int start_afflvl,
139 rc = psci_check_afflvl_range(start_afflvl, end_afflvl);
143 for (level = start_afflvl; level <= end_afflvl; level++) {

Completed in 105 milliseconds