Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c771 int hw_max_packet_size; in xhci_check_maxpacket() local
778 hw_max_packet_size = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in xhci_check_maxpacket()
780 if (hw_max_packet_size != max_packet_size) { in xhci_check_maxpacket()
783 debug("Max packet size in xHCI HW = %d\n", hw_max_packet_size); in xhci_check_maxpacket()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c1423 int hw_max_packet_size; in xhci_check_maxpacket() local
1428 hw_max_packet_size = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in xhci_check_maxpacket()
1430 if (hw_max_packet_size != max_packet_size) { in xhci_check_maxpacket()
1438 hw_max_packet_size); in xhci_check_maxpacket()