Lines Matching refs:uframe
2266 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
2529 if (qh->c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule()
2532 if (!check_period(oxu, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule()
2550 unsigned uframe; in qh_schedule() local
2560 uframe = ffs(le32_to_cpup(&qh->hw_info2) & QH_SMASK); in qh_schedule()
2561 status = check_intr_schedule(oxu, frame, --uframe, in qh_schedule()
2564 uframe = 0; in qh_schedule()
2577 for (uframe = 0; uframe < 8; uframe++) { in qh_schedule()
2579 frame, uframe, qh, in qh_schedule()
2598 ? cpu_to_le32(1 << uframe) in qh_schedule()