Lines Matching refs:dbg

90 #define dbg(format, arg...) printf("DEBUG: " format "\n", ## arg)  macro
92 #define dbg(format, arg...) do {} while (0) macro
284 dbg("%s URB:[%4x] dev:%2lu,ep:%2lu-%c,type:%s,len:%d/%d stat:%#lx", in pkt_print()
344 dbg("%s: 0x%08x%s%s%s%s%s%s%s%s%s", in ohci_dump_intr_mask()
364 dbg("%s %08x", label, value); in maybe_print_eds()
366 dbg("%08x", edp->hwINFO); in maybe_print_eds()
367 dbg("%08x", edp->hwTailP); in maybe_print_eds()
368 dbg("%08x", edp->hwHeadP); in maybe_print_eds()
369 dbg("%08x", edp->hwNextED); in maybe_print_eds()
392 dbg("spec %d.%d", (temp >> 4), (temp & 0x0f)); in ohci_dump_status()
395 dbg("control: 0x%08x%s%s%s HCFS=%s%s%s%s%s CBSR=%d", temp, in ohci_dump_status()
408 dbg("cmdstatus: 0x%08x SOC=%d%s%s%s%s", temp, in ohci_dump_status()
442 dbg("roothub.a: %08x POTPGT=%d%s%s%s%s%s NDP=%d", temp, in ohci_dump_roothub()
452 dbg("roothub.b: %08x PPCM=%04x DR=%04x", in ohci_dump_roothub()
458 dbg("roothub.status: %08x%s%s%s%s%s%s", in ohci_dump_roothub()
471 dbg("roothub.portstatus [%d] = 0x%08x%s%s%s%s%s%s%s%s%s%s%s%s", in ohci_dump_roothub()
494 dbg("OHCI controller usb-%s state", controller->slot_name); in ohci_dump()
501 dbg("hcca frame #%04x", controller->hcca->frame_no); in ohci_dump()
1038 dbg("TD LENGTH %d != CNT %d", urb->length, cnt); in td_submit_job()
1128 dbg("finish_urb: strange.., ED state %x, \n", status); in finish_urb()
1168 dbg("dl_done_list: processing TD %x, len %x\n", in takeback_td()
1442 dbg("unsupported root hub command"); in ohci_submit_rh_msg()
1584 dbg("*"); in submit_common_msg()
1589 dbg("submit_common_msg: TO status %x\n", stat); in submit_common_msg()
1777 dbg("%s\n", __FUNCTION__); in hc_reset()
1819 dbg("USB HC reset_hc usb-%s: ctrl = 0x%X ;\n", in hc_reset()
1924 dbg("hc_interrupt: returning..\n"); in hc_interrupt()
1965 dbg("USB Schedule overrun\n"); in hc_interrupt()
1994 dbg("USB HC release ohci usb-%s", ohci->slot_name); in hc_release_ohci()