Lines Matching refs:uf
4335 struct fotg210_iso_packet *uf = &iso_sched->packet[index]; in itd_patch() local
4341 itd->hw_transaction[uframe] = uf->transaction; in itd_patch()
4343 itd->hw_bufp[pg] |= cpu_to_hc32(fotg210, uf->bufp & ~(u32)0); in itd_patch()
4344 itd->hw_bufp_hi[pg] |= cpu_to_hc32(fotg210, (u32)(uf->bufp >> 32)); in itd_patch()
4347 if (unlikely(uf->cross)) { in itd_patch()
4348 u64 bufp = uf->bufp + 4096; in itd_patch()
4613 unsigned uf; in scan_frame_queue() local
4635 for (uf = 0; uf < 8; uf++) { in scan_frame_queue()
4636 if (q.itd->hw_transaction[uf] & in scan_frame_queue()
4640 if (uf < 8) { in scan_frame_queue()
4682 unsigned uf, now_frame, frame, ret; in scan_isoc() local
4692 uf = fotg210_read_frame_index(fotg210); in scan_isoc()
4693 now_frame = (uf >> 3) & fmask; in scan_isoc()