Searched refs:MAX_PACKET_DECODED (Results 1 – 6 of 6) sorted by relevance
562 maxp = MAX_PACKET_DECODED(info2); in cdnsp_decode_ep_context()
705 #define MAX_PACKET_DECODED(p) (((p) & GENMASK(31, 16)) >> 16) macro
492 #define MAX_PACKET_DECODED(p) (((p) >> 16) & 0xffff) macro2589 maxp = MAX_PACKET_DECODED(info2); in xhci_decode_ep_context()
304 maxpkt = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info()
1587 bw_info->max_packet_size = MAX_PACKET_DECODED( in xhci_update_bw_info()
1559 hw_max_packet_size = MAX_PACKET_DECODED(le32_to_cpu(ep_ctx->ep_info2)); in xhci_check_ep0_maxpacket()