Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-sched.c277 unsigned uframe, uf, x; in compute_tt_budget() local
286 for (uframe = ps->bw_phase << 3; uframe < EHCI_BANDWIDTH_SIZE; in compute_tt_budget()
287 uframe += ps->bw_uperiod) { in compute_tt_budget()
288 budget_line = &budget_table[uframe]; in compute_tt_budget()
383 unsigned uframe in tt_available() argument
389 if ((period == 0) || (uframe >= 7)) /* error */ in tt_available()
404 if (max_tt_usecs[uframe] <= tt_usecs[uframe]) in tt_available()
415 for (i = uframe; i < (uframe + ufs) && i < 8; i++) in tt_available()
420 tt_usecs[uframe] += usecs; in tt_available()
769 unsigned uframe, in check_period() argument
[all …]
Dehci-sysfs.c100 unsigned uframe; in store_uframe_periodic_max() local
129 for (uframe = 0; uframe < EHCI_BANDWIDTH_SIZE; ++uframe) in store_uframe_periodic_max()
131 ehci->bandwidth[uframe]); in store_uframe_periodic_max()
Dfotg210-hcd.c3370 unsigned frame, unsigned uframe) in periodic_usecs() argument
3382 if (hw->hw_info2 & cpu_to_hc32(fotg210, 1 << uframe)) in periodic_usecs()
3386 1 << (8 + uframe))) in periodic_usecs()
3403 if (q->itd->hw_transaction[uframe]) in periodic_usecs()
3412 frame * 8 + uframe, usecs); in periodic_usecs()
3706 unsigned uframe, unsigned period, unsigned usecs) in check_period() argument
3713 if (uframe >= 8) in check_period()
3724 for (uframe = 0; uframe < 7; uframe++) { in check_period()
3726 uframe); in check_period()
3735 claimed = periodic_usecs(fotg210, frame, uframe); in check_period()
[all …]
Doxu210hp-hcd.c1849 unsigned frame, unsigned uframe) in periodic_usecs() argument
1860 if (q->qh->hw_info2 & cpu_to_le32(1 << uframe)) in periodic_usecs()
1863 if (q->qh->hw_info2 & cpu_to_le32(1 << (8 + uframe))) in periodic_usecs()
1873 frame * 8 + uframe, usecs); in periodic_usecs()
2065 unsigned frame, unsigned uframe, in check_period() argument
2073 if (uframe >= 8) in check_period()
2087 for (uframe = 0; uframe < 7; uframe++) { in check_period()
2088 claimed = periodic_usecs(oxu, frame, uframe); in check_period()
2097 claimed = periodic_usecs(oxu, frame, uframe); in check_period()
2107 unsigned frame, unsigned uframe, in check_intr_schedule() argument
[all …]