Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci.h700 #define GET_MAX_PACKET(p) ((p) & 0x7ff) macro
Dxhci-mem.c1390 max_packet = GET_MAX_PACKET(usb_endpoint_maxp(&ep->desc)); in xhci_get_max_esit_payload()
1455 max_packet = GET_MAX_PACKET(usb_endpoint_maxp(&ep->desc)); in xhci_endpoint_init()
Dxhci-ring.c3032 maxp = GET_MAX_PACKET(usb_endpoint_maxp(&urb->ep->desc)); in xhci_td_remainder()
3606 GET_MAX_PACKET( in xhci_queue_isoc_tx()