Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c592 cpu_to_le32(MAX_PACKET in xhci_set_configuration()
802 ep_ctx->ep_info2 |= cpu_to_le32(MAX_PACKET(max_packet_size)); in xhci_check_maxpacket()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h655 #define MAX_PACKET(p) (((p)&0xffff) << 16) macro