Lines Matching refs:temp
211 temp = q->sitd->hw_fullspeed_ep & in periodic_usecs()
217 if (temp) in periodic_usecs()
226 if (temp) in periodic_usecs()
683 cyg_uint64 temp; in itd_fill() local
701 temp = dma & ~0x0fff; in itd_fill()
703 itd->hw_bufp [i] = CPUToLE32 ((U32) temp); in itd_fill()
704 itd->hw_bufp_hi [i] = CPUToLE32 ((U32)(temp >> 32)); in itd_fill()
705 temp += 0x1000; in itd_fill()
908 U32 temp; in get_iso_range() local
912 temp = urb->start_frame << 3; in get_iso_range()
913 if (temp < *start) in get_iso_range()
914 temp += mod; in get_iso_range()
915 if (temp > *max) in get_iso_range()
920 temp += 8; in get_iso_range()
921 if (temp < *max) in get_iso_range()
922 *max = temp; in get_iso_range()
1153 union ehci_shadow temp; in scan_periodic() local
1161 temp = q.qh->qh_next; in scan_periodic()
1169 q = temp; in scan_periodic()
1195 temp = q; in scan_periodic()
1202 temp.itd, uf, regs); in scan_periodic()