Searched refs:MAX_PACKET_DECODED (Results 1 – 8 of 8) 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
656 #define MAX_PACKET_DECODED(p) (((p) >> 16) & 0xffff) macro
777 hw_max_packet_size = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in xhci_check_maxpacket()
284 maxpkt = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info()
520 #define MAX_PACKET_DECODED(p) (((p) >> 16) & 0xffff) macro 2550 maxp = MAX_PACKET_DECODED(info2); in xhci_decode_ep_context()
1567 bw_info->max_packet_size = MAX_PACKET_DECODED( in xhci_update_bw_info()
1443 hw_max_packet_size = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in xhci_check_maxpacket()