Lines Matching refs:usbdbg

32 	usbdbg("%s - buf %p, len %d", name, buf, len);  in udc_dump_buffer()
72 usbdbg("write urb on ep %d", ep_num); in udc_write_urb()
74 usbdbg("urb: buf %p, buf_len %d, actual_len %d", in udc_write_urb()
76 usbdbg("endpoint: sent %d, tx_packetSize %d, last %d", in udc_write_urb()
83 usbdbg("n %d%s w %d b %d", n, is_short ? "-s" : "", w, b); in udc_write_urb()
126 usbdbg("ep0 IN stage done"); in udc_write_urb()
143 usbdbg("read urb on ep %d", ep_num); in udc_read_urb()
145 usbdbg("urb: buf %p, buf_len %d, actual_len %d", in udc_read_urb()
147 usbdbg("endpoint: rcv_packetSize %d", in udc_read_urb()
156 usbdbg("n %d%s", n, n != endpoint->rcv_packetSize ? "-s" : ""); in udc_read_urb()
172 usbdbg("read urb on ep 0"); in udc_read_urb_ep0()
174 usbdbg("urb: buf %p, buf_len %d, actual_len %d", in udc_read_urb_ep0()
209 usbdbg("udccsr0 %x", udccsr0); in udc_handle_ep0()
233 usbdbg("try reading SETUP packet"); in udc_handle_ep0()
251 usbdbg("Zero Data control Packet\n"); in udc_handle_ep0()
295 usbdbg("EP0_IN_DATA"); in udc_handle_ep0()
308 usbdbg("random early IRQs"); in udc_handle_ep0()
366 usbdbg("Default\n"); in udc_handle_ep0()
394 usbdbg("New UDC settings are: conf %d - inter %d - alter %d", in udc_state_changed()
414 usbdbg("Suspend\n"); in udc_irq()
424 usbdbg("USB resume\n"); in udc_irq()
436 usbdbg("Reset\n"); in udc_irq()
440 usbdbg("UISR0: %x \n", readl(USIR0)); in udc_irq()
531 usbdbg("setting up endpoint id %d", id); in udc_setup_ep()
554 usbdbg("config %d - interface %d - alternate %d", in udc_setup_ep()
563 usbdbg("addr %x, num %d, dir %s, type %s, packet size %d", in udc_setup_ep()
585 usbdbg("UDCCR%c = %x", 'A' + ep_num-1, readl(UDCCN(ep_num))); in udc_setup_ep()
586 usbdbg("UDCCSR%c = %x", 'A' + ep_num-1, readl(UDCCSN(ep_num))); in udc_setup_ep()
592 usbdbg("UDC connect"); in udc_connect()
609 usbdbg("UDC disconnect"); in udc_disconnect()
644 usbdbg("UDC Enabled\n"); in udc_enable()
650 usbdbg("disable UDC"); in udc_disable()
690 usbdbg("PXA27x usbd start"); in udc_init()