Home
last modified time | relevance | path

Searched refs:hw_max_packet_size (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.c770 int hw_max_packet_size; in xhci_check_maxpacket() local
777 hw_max_packet_size = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in xhci_check_maxpacket()
779 if (hw_max_packet_size != max_packet_size) { in xhci_check_maxpacket()
782 debug("Max packet size in xHCI HW = %d\n", hw_max_packet_size); in xhci_check_maxpacket()
/openbmc/linux/drivers/usb/host/
H A Dxhci.c1437 int hw_max_packet_size; in xhci_check_maxpacket() local
1442 hw_max_packet_size = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in xhci_check_maxpacket()
1444 if (hw_max_packet_size != max_packet_size) { in xhci_check_maxpacket()
1452 hw_max_packet_size); in xhci_check_maxpacket()