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

  /device/linaro/bootloader/arm-trusted-firmware/services/std_svc/psci/
psci_afflvl_off.c 119 int end_afflvl)
124 for (level = start_afflvl; level <= end_afflvl; level++) {
153 int end_afflvl)
174 end_afflvl,
184 end_afflvl,
205 end_afflvl,
210 end_afflvl,
220 end_afflvl);
236 end_afflvl,
psci_private.h 130 int psci_check_afflvl_range(int start_afflvl, int end_afflvl);
132 uint32_t end_afflvl,
136 int end_afflvl,
139 int end_afflvl,
144 uint32_t end_afflvl,
152 int end_afflvl,
160 int end_afflvl);
168 int end_afflvl);
psci_common.c 70 uint32_t end_afflvl,
75 for (; start_afflvl <= end_afflvl; start_afflvl++) {
236 int psci_check_afflvl_range(int start_afflvl, int end_afflvl)
239 if (end_afflvl > get_max_afflvl())
245 if (end_afflvl < start_afflvl)
257 uint32_t end_afflvl,
263 for (level = start_afflvl; level <= end_afflvl; level++) {
276 int end_afflvl,
281 for (level = start_afflvl; level <= end_afflvl; level++) {
295 int end_afflvl,
    [all...]
psci_afflvl_suspend.c 214 int end_afflvl)
219 for (level = start_afflvl; level <= end_afflvl; level++) {
253 int end_afflvl)
274 start_afflvl, end_afflvl, mpidr_nodes) != PSCI_E_SUCCESS)
283 end_afflvl,
310 end_afflvl,
315 end_afflvl,
330 end_afflvl);
345 end_afflvl,
psci_afflvl_on.c 166 int end_afflvl,
172 for (level = end_afflvl; level >= start_afflvl; level--) {
210 int end_afflvl)
230 end_afflvl,
240 end_afflvl,
263 end_afflvl,
275 end_afflvl,
291 end_afflvl,
psci_main.c 49 unsigned int start_afflvl, end_afflvl; local
82 end_afflvl = get_max_afflvl();
86 end_afflvl);
psci_setup.c 133 int end_afflvl,
139 rc = psci_check_afflvl_range(start_afflvl, end_afflvl);
143 for (level = start_afflvl; level <= end_afflvl; level++) {

Completed in 103 milliseconds