Lines Matching refs:uf
4304 struct fotg210_iso_packet *uf = &iso_sched->packet[index]; in itd_patch() local
4310 itd->hw_transaction[uframe] = uf->transaction; in itd_patch()
4312 itd->hw_bufp[pg] |= cpu_to_hc32(fotg210, uf->bufp & ~(u32)0); in itd_patch()
4313 itd->hw_bufp_hi[pg] |= cpu_to_hc32(fotg210, (u32)(uf->bufp >> 32)); in itd_patch()
4316 if (unlikely(uf->cross)) { in itd_patch()
4317 u64 bufp = uf->bufp + 4096; in itd_patch()
4581 unsigned uf; in scan_frame_queue() local
4603 for (uf = 0; uf < 8; uf++) { in scan_frame_queue()
4604 if (q.itd->hw_transaction[uf] & in scan_frame_queue()
4608 if (uf < 8) { in scan_frame_queue()
4650 unsigned uf, now_frame, frame, ret; in scan_isoc() local
4660 uf = fotg210_read_frame_index(fotg210); in scan_isoc()
4661 now_frame = (uf >> 3) & fmask; in scan_isoc()