Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h657 #define MAX_PACKET_DECODED(p) (((p) >> 16) & 0xffff) macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c787 hw_max_packet_size = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in xhci_check_maxpacket()