bw_reserved      2234 drivers/usb/host/xhci.c 	unsigned int bw_reserved;
bw_reserved      2236 drivers/usb/host/xhci.c 	bw_reserved = DIV_ROUND_UP(SS_BW_RESERVED*SS_BW_LIMIT_IN, 100);
bw_reserved      2237 drivers/usb/host/xhci.c 	if (virt_dev->bw_table->ss_bw_in > (SS_BW_LIMIT_IN - bw_reserved))
bw_reserved      2240 drivers/usb/host/xhci.c 	bw_reserved = DIV_ROUND_UP(SS_BW_RESERVED*SS_BW_LIMIT_OUT, 100);
bw_reserved      2241 drivers/usb/host/xhci.c 	if (virt_dev->bw_table->ss_bw_out > (SS_BW_LIMIT_OUT - bw_reserved))
bw_reserved      2292 drivers/usb/host/xhci.c 	unsigned int bw_reserved;
bw_reserved      2309 drivers/usb/host/xhci.c 		bw_reserved = DIV_ROUND_UP(HS_BW_RESERVED * max_bandwidth, 100);
bw_reserved      2312 drivers/usb/host/xhci.c 		bw_reserved = DIV_ROUND_UP(FS_BW_RESERVED * max_bandwidth, 100);
bw_reserved      2450 drivers/usb/host/xhci.c 		bw_used, max_bandwidth, bw_reserved,
bw_reserved      2451 drivers/usb/host/xhci.c 		(max_bandwidth - bw_used - bw_reserved) * 100 /
bw_reserved      2454 drivers/usb/host/xhci.c 	bw_used += bw_reserved;