Searched refs:MAX_PACKET_DECODED (Results 1 – 6 of 6) sorted by relevance
564 maxp = MAX_PACKET_DECODED(info2); in cdnsp_decode_ep_context()
698 #define MAX_PACKET_DECODED(p) (((p) & GENMASK(31, 16)) >> 16) macro
303 maxpkt = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info()
773 #define MAX_PACKET_DECODED(p) (((p) >> 16) & 0xffff) macro2794 maxp = MAX_PACKET_DECODED(info2); in xhci_decode_ep_context()
1600 bw_info->max_packet_size = MAX_PACKET_DECODED( in xhci_update_bw_info()
1582 hw_max_packet_size = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in xhci_check_maxpacket()