Lines Matching refs:uframe
2267 unsigned frame, unsigned uframe) in periodic_usecs() argument
2278 if (q->qh->hw_info2 & cpu_to_le32(1 << uframe)) in periodic_usecs()
2281 if (q->qh->hw_info2 & cpu_to_le32(1 << (8 + uframe))) in periodic_usecs()
2291 frame * 8 + uframe, usecs); in periodic_usecs()
2483 unsigned frame, unsigned uframe, in check_period() argument
2491 if (uframe >= 8) in check_period()
2505 for (uframe = 0; uframe < 7; uframe++) { in check_period()
2506 claimed = periodic_usecs(oxu, frame, uframe); in check_period()
2515 claimed = periodic_usecs(oxu, frame, uframe); in check_period()
2525 unsigned frame, unsigned uframe, in check_intr_schedule() argument
2530 if (qh->c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule()
2533 if (!check_period(oxu, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule()
2551 unsigned uframe; in qh_schedule() local
2561 uframe = ffs(le32_to_cpup(&qh->hw_info2) & QH_SMASK); in qh_schedule()
2562 status = check_intr_schedule(oxu, frame, --uframe, in qh_schedule()
2565 uframe = 0; in qh_schedule()
2578 for (uframe = 0; uframe < 8; uframe++) { in qh_schedule()
2580 frame, uframe, qh, in qh_schedule()
2599 ? cpu_to_le32(1 << uframe) in qh_schedule()