Home
last modified time | relevance | path

Searched refs:maxpacketsize (Results 1 – 8 of 8) sorted by relevance

/external/coreboot/payloads/libpayload/drivers/usb/
Dxhci_devconf.c228 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()
Dusb.c373 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()
Dusbhub.c307 intr_ep, intr_ep->maxpacketsize, 20, 256); in usb_hub_init()
319 MIN(desc.bNbrPorts, intr_ep->maxpacketsize * 8 - 1); in usb_hub_init()
Dohci.c468 (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()
Dehci.c402 (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()
Ddwc2.c232 packet_size = ep->maxpacketsize; in dwc2_do_xfer()
394 ret = dwc2_split_transfer(ep, MIN(ep->maxpacketsize, in dwc2_transfer()
Duhci.c317 int mlen = dev->endpoints[0].maxpacketsize; in uhci_control()
444 int maxpsize = ep->maxpacketsize; in uhci_bulk()
/external/coreboot/payloads/libpayload/include/usb/
Dusb.h200 int maxpacketsize; member