Searched refs:maxpacketsize (Results 1 – 8 of 8) sorted by relevance
/external/coreboot/payloads/libpayload/drivers/usb/ |
D | xhci_devconf.c | 228 dev->endpoints[0].maxpacketsize = usb_decode_mps0(speed, buf[7]); in xhci_set_address() 229 if (dev->endpoints[0].maxpacketsize != speed_to_default_mps(speed)) { in xhci_set_address() 232 EC_SET(MPS, ic->dev.ep0, dev->endpoints[0].maxpacketsize); in xhci_set_address() 344 EC_SET(MPS, epctx, ep->maxpacketsize); in xhci_finish_ep_config()
|
D | usb.c | 373 dev->endpoints[0].maxpacketsize = 8; in generic_set_address() 392 dev->endpoints[0].maxpacketsize = usb_decode_mps0(speed, buf[7]); in generic_set_address() 419 dev->endpoints[0].maxpacketsize); in set_address() 529 ep->maxpacketsize = desc->wMaxPacketSize; in set_address()
|
D | usbhub.c | 307 intr_ep, intr_ep->maxpacketsize, 20, 256); in usb_hub_init() 319 MIN(desc.bNbrPorts, intr_ep->maxpacketsize * 8 - 1); in usb_hub_init()
|
D | ohci.c | 468 (dev->endpoints[0].maxpacketsize << ED_MPS_SHIFT); in ohci_control() 510 …lk: %x bytes from %p, finalize: %x, maxpacketsize: %x\n", dalen, src, finalize, ep->maxpacketsize); in ohci_bulk() 529 if (finalize && ((dalen % ep->maxpacketsize) == 0)) { in ohci_bulk() 596 (ep->maxpacketsize << ED_MPS_SHIFT); in ohci_bulk() 727 (ep->maxpacketsize << ED_MPS_SHIFT); in ohci_create_intr_queue()
|
D | ehci.c | 402 (ep->maxpacketsize << QH_MPS_SHIFT) | in ehci_bulk() 440 int mlen = dev->endpoints[0].maxpacketsize; in ehci_control() 665 (ep->maxpacketsize << QH_MPS_SHIFT) | in ehci_create_intr_queue()
|
D | dwc2.c | 232 packet_size = ep->maxpacketsize; in dwc2_do_xfer() 394 ret = dwc2_split_transfer(ep, MIN(ep->maxpacketsize, in dwc2_transfer()
|
D | uhci.c | 317 int mlen = dev->endpoints[0].maxpacketsize; in uhci_control() 444 int maxpsize = ep->maxpacketsize; in uhci_bulk()
|
/external/coreboot/payloads/libpayload/include/usb/ |
D | usb.h | 200 int maxpacketsize; member
|