HomeSort by relevance Sort by last modified time
    Searched defs:PLAT_LOG_LEVEL_ASSERT (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
assert.h 49 #ifndef PLAT_LOG_LEVEL_ASSERT
50 #define PLAT_LOG_LEVEL_ASSERT LOG_LEVEL
55 # if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_VERBOSE
57 # elif PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
68 #if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_VERBOSE
70 #elif PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/include/
platform_def.h 133 * optimization by fixing the PLAT_LOG_LEVEL_ASSERT to LOG_LEVEL_INFO (40).
135 #define PLAT_LOG_LEVEL_ASSERT 40

Completed in 250 milliseconds