Home
last modified time | relevance | path

Searched refs:bw_cost_per_microframe (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/usb/host/
Dxhci-mtk-sch.c335 sch_ep->bw_cost_per_microframe = maxpkt * sch_ep->pkts; in setup_sch_info()
336 bwb_table[0] = sch_ep->bw_cost_per_microframe; in setup_sch_info()
370 sch_ep->bw_cost_per_microframe = maxpkt * sch_ep->pkts; in setup_sch_info()
373 bwb_table[i] = sch_ep->bw_cost_per_microframe; in setup_sch_info()
377 - i * sch_ep->bw_cost_per_microframe; in setup_sch_info()
388 sch_ep->bw_cost_per_microframe = in setup_sch_info()
394 bwb_table[i] = sch_ep->bw_cost_per_microframe; in setup_sch_info()
397 bwb_table[0] = sch_ep->bw_cost_per_microframe; in setup_sch_info()
408 bwb_table[i] = sch_ep->bw_cost_per_microframe; in setup_sch_info()
Dxhci-mtk.h90 u32 bw_cost_per_microframe; member