Home
last modified time | relevance | path

Searched refs:c_usecs (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/usb/host/
Dehci-sched.c203 ps->usecs, ps->c_usecs, ps->cs_mask); in bandwidth_dbg()
212 int c_usecs = qh->ps.c_usecs; in reserve_release_intr_bandwidth() local
224 c_usecs = -c_usecs; in reserve_release_intr_bandwidth()
234 if (qh->ps.c_usecs) { in reserve_release_intr_bandwidth()
240 ehci->bandwidth[i+j] += c_usecs; in reserve_release_intr_bandwidth()
529 qh, qh->ps.phase, qh->ps.usecs, qh->ps.c_usecs); in qh_link_periodic()
577 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period) in qh_link_periodic()
615 ? ((qh->ps.usecs + qh->ps.c_usecs) / qh->ps.bw_period) in qh_unlink_periodic()
622 qh, qh->ps.phase, qh->ps.usecs, qh->ps.c_usecs); in qh_unlink_periodic()
779 if (qh->ps.c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule()
[all …]
Dfotg210.h460 u8 c_usecs; /* ... split completion bw */ member
516 u8 usecs, c_usecs; member
Doxu210hp-hcd.c348 u8 c_usecs; /* ... split completion bw */ member
1816 qh->c_usecs = 0; in qh_make()
1839 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()
1843 qh->c_usecs = HS_USECS(0); in qh_make()
2282 usecs += q->qh->c_usecs; in periodic_usecs()
2359 qh, qh->start, qh->usecs, qh->c_usecs); in qh_link_periodic()
2406 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_link_periodic()
2439 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_unlink_periodic()
2446 qh, qh->start, qh->usecs, qh->c_usecs); in qh_unlink_periodic()
2530 if (qh->c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule()
[all …]
Dfotg210-hcd.c511 qh->c_usecs, temp, (scratch >> 16) & 0x7ff); in output_buf_tds_dir()
2759 qh->c_usecs = 0; in qh_make()
2782 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()
2786 qh->c_usecs = HS_USECS(0); in qh_make()
3354 usecs += q->qh->c_usecs; in periodic_usecs()
3491 qh->c_usecs); in qh_link_periodic()
3538 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_link_periodic()
3579 ? ((qh->usecs + qh->c_usecs) / qh->period) in qh_unlink_periodic()
3586 qh->c_usecs); in qh_unlink_periodic()
3718 if (qh->c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule()
[all …]
Dehci-q.c813 qh->ps.c_usecs = 0; in qh_make()
843 qh->ps.c_usecs = qh->ps.usecs + HS_USECS(0); in qh_make()
847 qh->ps.c_usecs = HS_USECS(0); in qh_make()
Dehci.h59 u8 usecs, c_usecs; /* times on the HS bus */ member
Dehci-dbg.c617 qh->ps.c_usecs, temp, 0x7ff & (scratch >> 16)); in output_buf_tds_dir()