Searched refs:USS820_SOFL_MASK (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/usb/controller/
H A Duss820dci.h135 #define USS820_SOFL_MASK 0xFF macro
H A Duss820dci.c1741 temp = (nframes - xfer->endpoint->isoc_next) & USS820_SOFL_MASK;
1751 xfer->endpoint->isoc_next = (nframes + 3) & USS820_SOFL_MASK;
1759 temp = (xfer->endpoint->isoc_next - nframes) & USS820_SOFL_MASK;

Completed in 53 milliseconds