ep_bw            2477 drivers/usb/host/xhci.c static unsigned int xhci_get_ss_bw_consumed(struct xhci_bw_info *ep_bw)
ep_bw            2479 drivers/usb/host/xhci.c 	unsigned int mps = DIV_ROUND_UP(ep_bw->max_packet_size, SS_BLOCK);
ep_bw            2481 drivers/usb/host/xhci.c 	if (ep_bw->ep_interval == 0)
ep_bw            2483 drivers/usb/host/xhci.c 			(ep_bw->mult * ep_bw->num_packets *
ep_bw            2485 drivers/usb/host/xhci.c 	return DIV_ROUND_UP(ep_bw->mult * ep_bw->num_packets *
ep_bw            2487 drivers/usb/host/xhci.c 				1 << ep_bw->ep_interval);
ep_bw            2492 drivers/usb/host/xhci.c 		struct xhci_bw_info *ep_bw,
ep_bw            2501 drivers/usb/host/xhci.c 	if (xhci_is_async_ep(ep_bw->type))
ep_bw            2505 drivers/usb/host/xhci.c 		if (xhci_is_sync_in_ep(ep_bw->type))
ep_bw            2507 drivers/usb/host/xhci.c 				xhci_get_ss_bw_consumed(ep_bw);
ep_bw            2510 drivers/usb/host/xhci.c 				xhci_get_ss_bw_consumed(ep_bw);
ep_bw            2523 drivers/usb/host/xhci.c 		normalized_interval = ep_bw->ep_interval;
ep_bw            2525 drivers/usb/host/xhci.c 		normalized_interval = ep_bw->ep_interval - 3;
ep_bw            2528 drivers/usb/host/xhci.c 		bw_table->interval0_esit_payload -= ep_bw->max_esit_payload;
ep_bw            2530 drivers/usb/host/xhci.c 	interval_bw->num_packets -= ep_bw->num_packets;
ep_bw            2556 drivers/usb/host/xhci.c 		struct xhci_bw_info *ep_bw,
ep_bw            2566 drivers/usb/host/xhci.c 	if (xhci_is_async_ep(ep_bw->type))
ep_bw            2570 drivers/usb/host/xhci.c 		if (xhci_is_sync_in_ep(ep_bw->type))
ep_bw            2572 drivers/usb/host/xhci.c 				xhci_get_ss_bw_consumed(ep_bw);
ep_bw            2575 drivers/usb/host/xhci.c 				xhci_get_ss_bw_consumed(ep_bw);
ep_bw            2583 drivers/usb/host/xhci.c 		normalized_interval = ep_bw->ep_interval;
ep_bw            2585 drivers/usb/host/xhci.c 		normalized_interval = ep_bw->ep_interval - 3;
ep_bw            2588 drivers/usb/host/xhci.c 		bw_table->interval0_esit_payload += ep_bw->max_esit_payload;
ep_bw            2590 drivers/usb/host/xhci.c 	interval_bw->num_packets += ep_bw->num_packets;
ep_bw            2616 drivers/usb/host/xhci.c 		if (ep_bw->max_packet_size >=