Searched refs:max_packet (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvEhciHcd.c | 3440 #define max_packet(wMaxPacketSize) ((wMaxPacketSize) & 0x07ff) macro 3850 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction() 3855 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction() 3864 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction() 4603 hb_mult (maxp) * max_packet (maxp)); in qh_make() 4773 info1 |= max_packet (maxp) << 16; // PIPE_INTERRUPT,PIPE_BULK,PIPE_ISOCHRONOUS in qh_make() 4776 info1 |= max_packet (maxp) << 16; // PIPE_INTERRUPT,PIPE_BULK,PIPE_ISOCHRONOUS in qh_make() 4909 info1 |= max_packet (maxp) << 16; // Philips mp3 player endpoint descriptor bug in qh_make() 4913 info1 |= max_packet (maxp) << 16; in qh_make() 9998 maxpacket = max_packet(usb_maxpacket(urb->dev, urb->pipe, !is_input)); in qh_urb_transaction_EHSET() [all …]
|
| H A D | drvConfig.c | 95 #define max_packet(wMaxPacketSize) ((wMaxPacketSize) & 0x07ff) macro 140 maxp = max_packet(endpoint->desc.wMaxPacketSize); in usb_parse_endpoint()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvEhciHcd.c | 1293 #define max_packet(wMaxPacketSize) ((wMaxPacketSize) & 0x07ff) macro 1385 iMaxpkt = max_packet(usb_maxpacket(pUrb->dev, pUrb->u32Pipe, !iIsInput)); in ms_qh_urb_process() 1532 if (max_packet(iMaxpkt) > 1024) { in ms_qh_make() 1533 ms_debug_err("error maxp %d\n", max_packet(iMaxpkt)); in ms_qh_make() 1540 hb_mult (iMaxpkt) * max_packet (iMaxpkt))); in ms_qh_make() 1663 u32Info1 |= max_packet (iMaxpkt) << 16; // Philips mp3 player endpoint descriptor bug in ms_qh_make() 1668 u32Info1 |= max_packet (iMaxpkt) << 16; in ms_qh_make() 1797 hw_maxp = max_packet(pQh->hw_ep_state1 >> 16); in ms_qh_append_tds() 3282 iMaxpkt = max_packet(usb_maxpacket(urb->dev, urb->u32Pipe, !iIsInput)); in ms_qh_urb_transaction_EHSET() 3292 iMaxpkt = max_packet(usb_maxpacket(urb->dev, urb->u32Pipe, !iIsInput)); in ms_qh_urb_transaction_EHSET()
|