Lines Matching refs:isoc_delta
87 uint16_t isoc_delta;
2025 temp.isoc_delta = 8; /* 1ms */
2026 x += temp.isoc_delta - 1;
2027 x &= ~(temp.isoc_delta - 1);
2031 temp.isoc_delta = 1U << shift;
2032 x += temp.isoc_delta - 1;
2033 x &= ~(temp.isoc_delta - 1);
2093 temp.isoc_delta = 0;
2100 temp.isoc_delta = 0;
2174 temp.isoc_frame += temp.isoc_delta;