Lines Matching refs:DBG
28 #define DBG(fmt...) do { bootx_printf(fmt); } while(0) macro
30 #define DBG(fmt...) do { } while(0) macro
235 DBG("* strings: %s\n", namep); in bootx_scan_dt_build_strings()
238 DBG(" detected /chosen ! adding properties names !\n"); in bootx_scan_dt_build_strings()
247 DBG(" detected display ! adding properties names !\n"); in bootx_scan_dt_build_strings()
295 DBG("* struct: %s\n", namep); in bootx_scan_dt_build_struct()
364 DBG("Boot params header at: %x\n", mem_start); in bootx_flatten_dt()
375 DBG("Building string array at: %x\n", mem_end); in bootx_flatten_dt()
376 DBG("Device Tree Base=%x\n", base); in bootx_flatten_dt()
394 DBG("Building device tree structure at: %x\n", mem_end); in bootx_flatten_dt()
412 DBG("End of boot params: %x\n", mem_end); in bootx_flatten_dt()