Lines Matching refs:uframe
1849 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
2112 if (qh->c_usecs && uframe >= 6) /* FSTN territory? */ in check_intr_schedule()
2115 if (!check_period(oxu, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule()
2133 unsigned uframe; in qh_schedule() local
2143 uframe = ffs(le32_to_cpup(&qh->hw_info2) & QH_SMASK); in qh_schedule()
2144 status = check_intr_schedule(oxu, frame, --uframe, in qh_schedule()
2147 uframe = 0; in qh_schedule()
2160 for (uframe = 0; uframe < 8; uframe++) { in qh_schedule()
2162 frame, uframe, qh, in qh_schedule()
2181 ? cpu_to_le32(1 << uframe) in qh_schedule()