Lines Matching refs:usbdbg

31 	usbdbg("%s - buf %p, len %d", name, buf, len);  in udc_dump_buffer()
71 usbdbg("write urb on ep %d", ep_num); in udc_write_urb()
73 usbdbg("urb: buf %p, buf_len %d, actual_len %d", in udc_write_urb()
75 usbdbg("endpoint: sent %d, tx_packetSize %d, last %d", in udc_write_urb()
82 usbdbg("n %d%s w %d b %d", n, is_short ? "-s" : "", w, b); in udc_write_urb()
125 usbdbg("ep0 IN stage done"); in udc_write_urb()
142 usbdbg("read urb on ep %d", ep_num); in udc_read_urb()
144 usbdbg("urb: buf %p, buf_len %d, actual_len %d", in udc_read_urb()
146 usbdbg("endpoint: rcv_packetSize %d", in udc_read_urb()
155 usbdbg("n %d%s", n, n != endpoint->rcv_packetSize ? "-s" : ""); in udc_read_urb()
171 usbdbg("read urb on ep 0"); in udc_read_urb_ep0()
173 usbdbg("urb: buf %p, buf_len %d, actual_len %d", in udc_read_urb_ep0()
208 usbdbg("udccsr0 %x", udccsr0); in udc_handle_ep0()
232 usbdbg("try reading SETUP packet"); in udc_handle_ep0()
250 usbdbg("Zero Data control Packet\n"); in udc_handle_ep0()
294 usbdbg("EP0_IN_DATA"); in udc_handle_ep0()
307 usbdbg("random early IRQs"); in udc_handle_ep0()
365 usbdbg("Default\n"); in udc_handle_ep0()
393 usbdbg("New UDC settings are: conf %d - inter %d - alter %d", in udc_state_changed()
413 usbdbg("Suspend\n"); in udc_irq()
423 usbdbg("USB resume\n"); in udc_irq()
435 usbdbg("Reset\n"); in udc_irq()
439 usbdbg("UISR0: %x \n", readl(USIR0)); in udc_irq()
530 usbdbg("setting up endpoint id %d", id); in udc_setup_ep()
553 usbdbg("config %d - interface %d - alternate %d", in udc_setup_ep()
562 usbdbg("addr %x, num %d, dir %s, type %s, packet size %d", in udc_setup_ep()
584 usbdbg("UDCCR%c = %x", 'A' + ep_num-1, readl(UDCCN(ep_num))); in udc_setup_ep()
585 usbdbg("UDCCSR%c = %x", 'A' + ep_num-1, readl(UDCCSN(ep_num))); in udc_setup_ep()
591 usbdbg("UDC connect"); in udc_connect()
608 usbdbg("UDC disconnect"); in udc_disconnect()
643 usbdbg("UDC Enabled\n"); in udc_enable()
649 usbdbg("disable UDC"); in udc_disable()
689 usbdbg("PXA27x usbd start"); in udc_init()