Home
last modified time | relevance | path

Searched refs:CONFIG_LOGLEVEL (Results 1 – 25 of 31) sorted by relevance

12

/u-boot/include/linux/
A Dprintk.h38 CONFIG_LOGLEVEL > 0 ? log_emerg(fmt, ##__VA_ARGS__) : 0; \
42 CONFIG_LOGLEVEL > 1 ? log_alert(fmt, ##__VA_ARGS__) : 0; \
46 CONFIG_LOGLEVEL > 2 ? log_crit(fmt, ##__VA_ARGS__) : 0; \
50 CONFIG_LOGLEVEL > 3 ? log_err(fmt, ##__VA_ARGS__) : 0; \
54 CONFIG_LOGLEVEL > 4 ? log_warning(fmt, ##__VA_ARGS__) : 0; \
58 CONFIG_LOGLEVEL > 5 ? log_notice(fmt, ##__VA_ARGS__) : 0; \
62 CONFIG_LOGLEVEL > 6 ? log_info(fmt, ##__VA_ARGS__) : 0; \
66 CONFIG_LOGLEVEL > 7 ? log_debug(fmt, ##__VA_ARGS__) : 0; \
70 CONFIG_LOGLEVEL > 7 ? log_debug(fmt, ##__VA_ARGS__) : 0; \
76 gd->logl_prev < CONFIG_LOGLEVEL ? \
/u-boot/test/log/
A Dpr_cont_test.c19 #undef CONFIG_LOGLEVEL
20 #define CONFIG_LOGLEVEL 4 macro
/u-boot/configs/
A Dbcm_ns3_defconfig15 CONFIG_LOGLEVEL=7
A Dmt7622_rfb_defconfig10 CONFIG_LOGLEVEL=7
A Dopenrd_base_defconfig16 CONFIG_LOGLEVEL=2
A Dopenrd_client_defconfig16 CONFIG_LOGLEVEL=2
A Dopenrd_ultimate_defconfig16 CONFIG_LOGLEVEL=2
A Dvf610twr_defconfig14 CONFIG_LOGLEVEL=3
A Dvf610twr_nand_defconfig14 CONFIG_LOGLEVEL=3
A Duniphier_ld4_sld8_defconfig17 CONFIG_LOGLEVEL=6
A Duniphier_v8_defconfig16 CONFIG_LOGLEVEL=6
A Duniphier_v7_defconfig17 CONFIG_LOGLEVEL=6
A Dmscc_servalt_defconfig19 CONFIG_LOGLEVEL=7
A Domapl138_lcdk_defconfig22 CONFIG_LOGLEVEL=3
A Dmscc_serval_defconfig20 CONFIG_LOGLEVEL=7
A Dmscc_jr2_defconfig23 CONFIG_LOGLEVEL=7
A Dmscc_luton_defconfig25 CONFIG_LOGLEVEL=7
A Dmscc_ocelot_defconfig22 CONFIG_LOGLEVEL=7
A Dam335x_evm_spiboot_defconfig18 CONFIG_LOGLEVEL=3
A Dvocore2_defconfig25 CONFIG_LOGLEVEL=8
A Dcolibri_vf_defconfig19 CONFIG_LOGLEVEL=3
A Dam335x_evm_defconfig13 CONFIG_LOGLEVEL=3
A Dam335x_hs_evm_defconfig17 CONFIG_LOGLEVEL=3
A Dam335x_hs_evm_uart_defconfig20 CONFIG_LOGLEVEL=3
/u-boot/drivers/mtd/nand/raw/
A Docteontx_bch.c31 # undef CONFIG_LOGLEVEL
32 # define CONFIG_LOGLEVEL 8 macro

Completed in 23 milliseconds

12