Searched refs:max_packet (Results 1 – 3 of 3) sorted by relevance
626 #define max_packet(wMaxPacketSize) ((wMaxPacketSize) & 0x07ff) macro732 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction()876 if (max_packet(maxp) > 1024) { in qh_make()877 ehci_dbg("bogus qh maxpacket %d\n", max_packet(maxp)); in qh_make()1009 info1 |= max_packet(maxp) << 16; in qh_make()1012 info1 |= max_packet (maxp) << 16; in qh_make()
1068 maxp = max_packet(maxp); in iso_stream_init()
705 pdev->host.hc[hc_num].max_packet = mps; in usb_host_chopen()726 pdev->host.hc[hc_num].max_packet = mps; in usb_host_ch_init()1071 pdev->host.hc[0].max_packet = 8U; in _usbh_driver_init()
Completed in 15 milliseconds