Home
last modified time | relevance | path

Searched refs:PDEBUG (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/examples/standalone/
Dsched.c62 #define PDEBUG(fmt, args...) { \ macro
176 PDEBUG ("sched_init: master context = 0x%08x", in sched_init()
185 PDEBUG ("thread_yield: current tid=%d", current_tid); in thread_yield()
189 PDEBUG("thread_yield: %d match, ctx=0x%08x", \ in thread_yield()
194 PDEBUG("thread_yield: tid %d returns 0", \ in thread_yield()
198 PDEBUG("thread_yield: tid %d returns 1", \ in thread_yield()
214 PDEBUG ("thread_yield: returning from thread_yield"); in thread_yield()
227 PDEBUG ("thread_create: returns new tid %d", i); in thread_create()
232 PDEBUG ("thread_create: returns failure"); in thread_create()
250 PDEBUG ("thread_launcher: invoking func=0x%08x", in thread_launcher()
[all …]
/external/u-boot/drivers/usb/host/
Dsl811-hcd.c146 PDEBUG(0, "Device not present\n"); in sl811_hc_reset()
161 PDEBUG (0, "Full speed Device attached\n"); in sl811_hc_reset()
176 PDEBUG(0, "Low speed Device attached\n"); in sl811_hc_reset()
260 PDEBUG(0, "usb transfer remainder = %d\n", remainder); in sl811_send_packet()
271 PDEBUG(0, "usb transfer error %#x\n", (int)status); in sl811_send_packet()
295 PDEBUG(7, "dev = %ld pipe = %ld buf = %p size = %d dir_out = %d\n", in submit_bulk_msg()
334 PDEBUG(7, "dev = %d pipe = %ld buf = %p size = %d rt = %#x req = %#x bus = %i\n", in submit_control_msg()
355 PDEBUG(0, "status data failed!\n"); in submit_control_msg()
373 PDEBUG(0, "status phase failed!\n"); in submit_control_msg()
377 PDEBUG(0, "setup phase failed!\n"); in submit_control_msg()
[all …]
Dsl811.h7 #define PDEBUG(level, fmt, args...) \ macro
11 #define PDEBUG(level, fmt, args...) do {} while(0) macro