Lines Matching refs:cs_count
320 sch_ep->cs_count = 0; in setup_sch_info()
339 sch_ep->cs_count = 0; in setup_sch_info()
386 sch_ep->cs_count = DIV_ROUND_UP(maxpkt, FS_PAYLOAD_MAX); in setup_sch_info()
387 sch_ep->num_budget_microframes = sch_ep->cs_count; in setup_sch_info()
489 last_ss = start_ss + sch_ep->cs_count - 1; in check_sch_tt()
499 u32 cs_count = DIV_ROUND_UP(sch_ep->maxpkt, FS_PAYLOAD_MAX); in check_sch_tt() local
510 last_cs = start_cs + cs_count - 1; in check_sch_tt()
520 cs_count += extra_cs_count; in check_sch_tt()
521 if (cs_count > 7) in check_sch_tt()
522 cs_count = 7; /* HW limit */ in check_sch_tt()
524 sch_ep->cs_count = cs_count; in check_sch_tt()
526 sch_ep->num_budget_microframes = cs_count + 2; in check_sch_tt()
772 | EP_BCSCOUNT(sch_ep->cs_count) in xhci_mtk_check_bandwidth()
778 sch_ep->pkts, sch_ep->cs_count, sch_ep->burst_mode, in xhci_mtk_check_bandwidth()