Lines Matching refs:DBG
25 #define DBG(fmt...) do { bootx_printf(fmt); } while(0) macro
27 #define DBG(fmt...) do { } while(0) macro
232 DBG("* strings: %s\n", namep); in bootx_scan_dt_build_strings()
235 DBG(" detected /chosen ! adding properties names !\n"); in bootx_scan_dt_build_strings()
244 DBG(" detected display ! adding properties names !\n"); in bootx_scan_dt_build_strings()
292 DBG("* struct: %s\n", namep); in bootx_scan_dt_build_struct()
361 DBG("Boot params header at: %x\n", mem_start); in bootx_flatten_dt()
372 DBG("Building string array at: %x\n", mem_end); in bootx_flatten_dt()
373 DBG("Device Tree Base=%x\n", base); in bootx_flatten_dt()
391 DBG("Building device tree structure at: %x\n", mem_end); in bootx_flatten_dt()
409 DBG("End of boot params: %x\n", mem_end); in bootx_flatten_dt()