Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A 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 …]
H A 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()
H A Dfotg210-hcd.c3334 unsigned frame, unsigned uframe) in periodic_usecs() argument
3346 if (hw->hw_info2 & cpu_to_hc32(fotg210, 1 << uframe)) in periodic_usecs()
3350 1 << (8 + uframe))) in periodic_usecs()
3367 if (q->itd->hw_transaction[uframe]) in periodic_usecs()
3376 frame * 8 + uframe, usecs); in periodic_usecs()
3670 unsigned uframe, unsigned period, unsigned usecs) in check_period() argument
3677 if (uframe >= 8) in check_period()
3688 for (uframe = 0; uframe < 7; uframe++) { in check_period()
3690 uframe); in check_period()
3699 claimed = periodic_usecs(fotg210, frame, uframe); in check_period()
[all …]
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A 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()