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