bw_cost_per_microframe  251 drivers/usb/host/xhci-mtk-sch.c 		sch_ep->bw_cost_per_microframe = maxpkt * sch_ep->pkts;
bw_cost_per_microframe  252 drivers/usb/host/xhci-mtk-sch.c 		bwb_table[0] = sch_ep->bw_cost_per_microframe;
bw_cost_per_microframe  287 drivers/usb/host/xhci-mtk-sch.c 			sch_ep->bw_cost_per_microframe = maxpkt * sch_ep->pkts;
bw_cost_per_microframe  289 drivers/usb/host/xhci-mtk-sch.c 			remainder = sch_ep->bw_cost_per_microframe;
bw_cost_per_microframe  293 drivers/usb/host/xhci-mtk-sch.c 				bwb_table[i] = sch_ep->bw_cost_per_microframe;
bw_cost_per_microframe  307 drivers/usb/host/xhci-mtk-sch.c 		sch_ep->bw_cost_per_microframe =
bw_cost_per_microframe  313 drivers/usb/host/xhci-mtk-sch.c 				bwb_table[i] =	sch_ep->bw_cost_per_microframe;
bw_cost_per_microframe  316 drivers/usb/host/xhci-mtk-sch.c 			bwb_table[0] = sch_ep->bw_cost_per_microframe;
bw_cost_per_microframe  327 drivers/usb/host/xhci-mtk-sch.c 				bwb_table[i] =	sch_ep->bw_cost_per_microframe;
bw_cost_per_microframe   82 drivers/usb/host/xhci-mtk.h 	u32 bw_cost_per_microframe;