Home
last modified time | relevance | path

Searched refs:uframe (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/host/
Dehci-sched.c265 unsigned uframe, uf, x; in compute_tt_budget() local
274 for (uframe = ps->bw_phase << 3; uframe < EHCI_BANDWIDTH_SIZE; in compute_tt_budget()
275 uframe += ps->bw_uperiod) { in compute_tt_budget()
276 budget_line = &budget_table[uframe]; in compute_tt_budget()
352 unsigned uframe in tt_available() argument
358 if ((period == 0) || (uframe >= 7)) /* error */ in tt_available()
373 if (max_tt_usecs[uframe] <= tt_usecs[uframe]) in tt_available()
384 for (i = uframe; i < (uframe + ufs) && i < 8; i++) in tt_available()
389 tt_usecs[uframe] += usecs; in tt_available()
738 unsigned uframe, in check_period() argument
[all …]
Dehci-sysfs.c87 unsigned uframe; in uframe_periodic_max_store() local
116 for (uframe = 0; uframe < EHCI_BANDWIDTH_SIZE; ++uframe) in uframe_periodic_max_store()
118 ehci->bandwidth[uframe]); in uframe_periodic_max_store()
Dfotg210-hcd.c3331 unsigned frame, unsigned uframe) in periodic_usecs() argument
3343 if (hw->hw_info2 & cpu_to_hc32(fotg210, 1 << uframe)) in periodic_usecs()
3347 1 << (8 + uframe))) in periodic_usecs()
3364 if (q->itd->hw_transaction[uframe]) in periodic_usecs()
3373 frame * 8 + uframe, usecs); in periodic_usecs()
3667 unsigned uframe, unsigned period, unsigned usecs) in check_period() argument
3674 if (uframe >= 8) in check_period()
3685 for (uframe = 0; uframe < 7; uframe++) { in check_period()
3687 uframe); in check_period()
3696 claimed = periodic_usecs(fotg210, frame, uframe); in check_period()
[all …]
Doxu210hp-hcd.c2266 unsigned frame, unsigned uframe) in periodic_usecs() argument
2277 if (q->qh->hw_info2 & cpu_to_le32(1 << uframe)) in periodic_usecs()
2280 if (q->qh->hw_info2 & cpu_to_le32(1 << (8 + uframe))) in periodic_usecs()
2290 frame * 8 + uframe, usecs); in periodic_usecs()
2482 unsigned frame, unsigned uframe, in check_period() argument
2490 if (uframe >= 8) in check_period()
2504 for (uframe = 0; uframe < 7; uframe++) { in check_period()
2505 claimed = periodic_usecs(oxu, frame, uframe); in check_period()
2514 claimed = periodic_usecs(oxu, frame, uframe); in check_period()
2524 unsigned frame, unsigned uframe, in check_intr_schedule() argument
[all …]
/drivers/usb/dwc2/
Dhcd_queue.c547 int uframe = trans_time->start_schedule_us / in dwc2_qh_schedule_print() local
554 qh, i, trans_time->duration_us, uframe, rel_us); in dwc2_qh_schedule_print()