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

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/cpus/aarch32/
cpu_macros.S 16 #define CPU_MAX_PWR_DWN_OPS 2
47 .space (4 * CPU_MAX_PWR_DWN_OPS)
111 * CPU_MAX_PWR_DWN_OPS number of functions may be specified.
114 * CPU_MAX_PWR_DWN_OPS functions, the last specified one will be
129 fill_constants CPU_MAX_PWR_DWN_OPS, \_power_down_ops
132 * Error if no or more than CPU_MAX_PWR_DWN_OPS were specified in the
138 .iflt 2b - 1b - (CPU_MAX_PWR_DWN_OPS * CPU_WORD_SIZE)
139 .error "More than CPU_MAX_PWR_DWN_OPS functions specified"
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/cpus/aarch64/
cpu_macros.S 16 #define CPU_MAX_PWR_DWN_OPS 2
47 .space (8 * CPU_MAX_PWR_DWN_OPS)
115 * CPU_MAX_PWR_DWN_OPS number of functions may be specified.
118 * CPU_MAX_PWR_DWN_OPS functions, the last specified one will be
133 fill_constants CPU_MAX_PWR_DWN_OPS, \_power_down_ops
136 * Error if no or more than CPU_MAX_PWR_DWN_OPS were specified in the
142 .iflt 2b - 1b - (CPU_MAX_PWR_DWN_OPS * CPU_WORD_SIZE)
143 .error "More than CPU_MAX_PWR_DWN_OPS functions specified"
  /device/linaro/bootloader/arm-trusted-firmware/lib/cpus/aarch32/
cpu_helpers.S 59 * If the given power level exceeds CPU_MAX_PWR_DWN_OPS, we call the
62 mov r2, #(CPU_MAX_PWR_DWN_OPS - 1)
  /device/linaro/bootloader/arm-trusted-firmware/lib/cpus/aarch64/
cpu_helpers.S 64 * If the given power level exceeds CPU_MAX_PWR_DWN_OPS, we call the
67 mov_imm x2, (CPU_MAX_PWR_DWN_OPS - 1)

Completed in 2484 milliseconds