Searched refs:ubi_dbg_msg (Results 1 – 1 of 1) sorted by relevance
/u-boot/drivers/mtd/ubi/ |
A D | debug.h | 42 #define ubi_dbg_msg(type, fmt, ...) \ macro 47 #define dbg_gen(fmt, ...) ubi_dbg_msg("gen", fmt, ##__VA_ARGS__) 49 #define dbg_eba(fmt, ...) ubi_dbg_msg("eba", fmt, ##__VA_ARGS__) 51 #define dbg_wl(fmt, ...) ubi_dbg_msg("wl", fmt, ##__VA_ARGS__) 53 #define dbg_io(fmt, ...) ubi_dbg_msg("io", fmt, ##__VA_ARGS__) 55 #define dbg_bld(fmt, ...) ubi_dbg_msg("bld", fmt, ##__VA_ARGS__)
|
Completed in 2 milliseconds