Home
last modified time | relevance | path

Searched refs:max_packet_size (Results 1 – 5 of 5) sorted by relevance

/u-boot/drivers/usb/cdns3/
A Dep0.c842 u32 max_packet_size = 64; in cdns3_ep0_config() local
847 max_packet_size = 512; in cdns3_ep0_config()
861 priv_dev->gadget.ep0->maxpacket = max_packet_size; in cdns3_ep0_config()
862 cdns3_gadget_ep0_desc.wMaxPacketSize = cpu_to_le16(max_packet_size); in cdns3_ep0_config()
874 writel(EP_CFG_ENABLE | EP_CFG_MAXPKTSIZE(max_packet_size), in cdns3_ep0_config()
883 writel(EP_CFG_ENABLE | EP_CFG_MAXPKTSIZE(max_packet_size), in cdns3_ep0_config()
A Dgadget.c1557 u32 max_packet_size = 0; in cdns3_ep_config() local
1591 max_packet_size = is_iso_ep ? 1023 : 64; in cdns3_ep_config()
1594 max_packet_size = is_iso_ep ? 1024 : 512; in cdns3_ep_config()
1599 max_packet_size = 1024; in cdns3_ep_config()
1616 if (max_packet_size == 1024) in cdns3_ep_config()
1618 else if (max_packet_size >= 512) in cdns3_ep_config()
1630 ep_cfg |= EP_CFG_MAXPKTSIZE(max_packet_size) | in cdns3_ep_config()
/u-boot/drivers/usb/host/
A Dxhci.c811 int max_packet_size; in xhci_check_maxpacket() local
820 max_packet_size = udev->epmaxpacketin[0]; in xhci_check_maxpacket()
821 if (hw_max_packet_size != max_packet_size) { in xhci_check_maxpacket()
823 debug("Max packet size in usb_device = %d\n", max_packet_size); in xhci_check_maxpacket()
833 ep_ctx->ep_info2 |= cpu_to_le32(MAX_PACKET(max_packet_size)); in xhci_check_maxpacket()
/u-boot/lib/efi_loader/
A Defi_net.c926 netobj->net_mode.max_packet_size = PKTSIZE; in efi_net_register()
/u-boot/include/
A Defi_api.h1343 u32 max_packet_size; member

Completed in 22 milliseconds