Searched refs:level (Results 26 - 50 of 84) sorted by relevance

1234

/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_debug.c17 void ddr3_hws_set_log_level(enum ddr_lib_debug_block block, u8 level) argument
46 void ddr3_hws_set_log_level(enum ddr_lib_debug_block block, u8 level) argument
50 debug_training_static = level;
53 debug_training = level;
56 debug_leveling = level;
59 debug_centralization = level;
62 debug_pbs = level;
65 debug_training_hw_alg = level;
68 debug_training_device = level;
71 debug_training_access = level;
[all...]
/u-boot/scripts/
H A Dgen_compile_commands.py34 log_level: A logging level to filter log output.
53 log_level_help = ('the level of log messages to produce (defaults to ' +
192 level = getattr(logging, log_level)
193 logging.basicConfig(format='%(levelname)s: %(message)s', level=level)
H A Dcheckpatch.pl170 # Also catch when type or level is passed through a variable
199 my $level = $types{$type};
200 if ($level eq "ERROR") {
202 } elsif ($level eq "WARN") {
204 } elsif ($level eq "CHK") {
461 print "Must be run from the top-level dir. of a kernel tree\n";
1647 my $level = 0;
1676 if ($level == 0 && substr($blk, $off) =~ /^.\s*#\s*define/) {
1677 $level++;
1685 #warn "CSB: c<$c> type<$type> level<
[all...]
/u-boot/drivers/crypto/fsl/
H A Ddcp_rng.c58 u32 status, level; local
68 level = (status & RNGC_STATUS_FIFO_LEVEL_MASK) >>
71 if (level) {
/u-boot/include/
H A Dlog.h38 /** @LOGL_DEBUG: Basic debug-level message */
47 /** @LOGL_NONE: Used to indicate that there is no valid log level */
55 /** @LOGL_FIRST: The first, most-important log level */
57 /** @LOGL_MAX: The last, least-important log level */
59 /** @LOGL_CONT: Use same log level as in previous call */
125 * @level: Level of log record (indicating its severity)
133 int _log(enum log_category_t cat, enum log_level_t level, const char *file,
141 * @level: Level of log record (indicating its severity)
151 int _log_buffer(enum log_category_t cat, enum log_level_t level,
198 /* Emit a log record if the level i
404 enum log_level_t level; member in struct:log_rec
499 enum log_level_t level; member in struct:log_filter
[all...]
/u-boot/common/
H A Dlog_syslog.c68 * level 7 (debug).
70 log_level = rec->level;
83 log_get_level_name(rec->level));
/u-boot/test/log/
H A Dlog_filter.c58 ut_asserteq(LOGL_MAX, filt->level);
68 ut_asserteq(LOGL_WARNING, filt->level);
/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Duart.h17 u32 level; /* FIFO Level Register */ member in struct:hsuart_regs
/u-boot/drivers/mtd/nand/raw/
H A Domap_elm.h75 int elm_config(enum bch_level level);
H A Domap_elm.c141 * @level: 4 / 8 / 16 bit BCH
143 * Configure ELM module based on BCH level.
148 int elm_config(enum bch_level level) argument
154 /* config size and level */
155 val = (u32)(level) & ELM_LOCATION_CONFIG_ECC_BCH_LEVEL_MASK;
/u-boot/board/siemens/common/
H A Dfactoryset.c94 int level = 0; local
106 if (level == 0) {
112 level--;
116 level++;
/u-boot/tools/
H A Dzynqmp_pm_cfg_obj_convert.py23 level=(logging.DEBUG if args.debug else logging.WARNING)) variable
/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dpsci.S96 @ Affinity level 2 - Cluster: only one cluster in LS1021xa.
100 @ Affinity level 1 - Processors: should be in 0xf00 format.
105 @ Affinity level 0 - CPU: only 0, 1 are valid in LS1021xa.
209 @ Verify Affinity level
/u-boot/tools/binman/
H A Dcontrol.py115 def _ShowBlobHelp(level, path, text, fname):
116 tout.do_output(level, '%s (%s):' % (path, fname))
118 tout.do_output(level, ' %s' % line)
119 tout.do_output(level, '')
121 def _ShowHelpForMissingBlobs(level, missing_list):
139 _ShowBlobHelp(level, entry._node.path, missing_blob_help[tag],
145 _ShowBlobHelp(level, entry._node.path, "Missing blob",
507 This is done recursively, so templates can be at any level of the binman
/u-boot/arch/arm/cpu/armv7/
H A Dpsci.S176 mov r10, #0 @ start clean at cache level 0
178 add r2, r10, r10, lsr #1 @ work out 3x current cache level
181 cmp r1, #2 @ see what cache we have at this level
184 mcr p15, 2, r10, c0, c0, 0 @ select current cache level in cssr
210 mov r10, #0 @ swith back to cache level 0
211 mcr p15, 2, r10, c0, c0, 0 @ select current cache level in cssr
/u-boot/include/u-boot/
H A Dzlib.h521 ZEXTERN int ZEXPORT deflateInit_ OF((z_streamp strm, int level,
524 ZEXTERN int ZEXPORT deflateInit2_ OF((z_streamp strm, int level, int method,
538 int level,
671 default options are assumed (compression level and memory usage,
/u-boot/board/gateworks/venice/
H A Deeprom.c165 * get dt name based on model and detail level:
193 const char *eeprom_get_dtb_name(int level, char *buf, int sz) argument
226 switch (level) {
258 switch (level) {
/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.h60 unsigned int level, unsigned char lanecnt);
/u-boot/board/gateworks/gw_ventana/
H A Deeprom.h153 const char *gsc_get_dtb_name(int level, char *buf, int sz);
/u-boot/include/linux/
H A Dzstd.h67 * zstd_min_clevel() - minimum allowed compression level
69 * Return: The minimum allowed compression level.
74 * zstd_max_clevel() - maximum allowed compression level
76 * Return: The maximum allowed compression level.
129 * zstd_get_params() - returns zstd_parameters for selected level
130 * @level: The compression level
136 zstd_parameters zstd_get_params(int level,
/u-boot/arch/x86/cpu/broadwell/
H A Dcpu_full.c295 u32 level = pch_power & 0x3f; local
299 pmsync |= (level & 0x1f) << (i * 8);
314 u32 level = pch_power_ext & 0x3f; local
318 pmsync2 |= (level & 0x1f) << (i * 8);
/u-boot/fs/ubifs/
H A Ddebug.c514 pr_err("\tlevel %d\n", (int)le16_to_cpu(idx->level));
890 pr_err("znode %p, LEB %d:%d len %d parent %p iip %d level %d child_cnt %d flags %lx\n",
892 znode->level, znode->child_cnt, znode->flags);
902 if (znode->level > 0)
944 pr_err("\tflags %lu iip %d level %d num %d\n",
945 pnode->flags, iip, pnode->level, pnode->num);
959 int level; local
964 level = znode->level;
965 pr_err("== Level %d ==\n", level);
[all...]
/u-boot/drivers/usb/gadget/
H A Datmel_usba_udc.h228 #define DBG(level, fmt, ...) \
230 if ((level) & DEBUG_LEVEL) \
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pko3.h24 /* PKO3 queue level identifier */
97 * Return the next (lower) queue level for a given level
100 __cvmx_pko3_sq_lvl_next(enum cvmx_pko3_level_e level) argument
102 switch (level) {
131 static inline char *__cvmx_pko3_sq_str(char *buf, enum cvmx_pko3_level_e level, argument
136 switch (level) {
1000 * The `min_pad` parameter must be in agreement with the interface-level
1007 int cvmx_pko3_channel_credit_level(int node, enum cvmx_pko3_level_e level);
/u-boot/tools/patman/
H A Dgitutil.py532 def lookup_email(lookup_name, alias=None, warn_on_error=True, level=0):
593 if level > 10:
608 todo = lookup_email(item, alias, warn_on_error, level + 1)
617 """Return name of top-level directory for this git repo.
620 Full path to git top-level directory

Completed in 219 milliseconds

1234