Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci-q.c626 #define max_packet(wMaxPacketSize) ((wMaxPacketSize) & 0x07ff) macro
732 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()
A Dehci-sched.c1068 maxp = max_packet(maxp); in iso_stream_init()
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_usbh.c705 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