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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dsaf1761_otg_reg.h170 #define SOTG_FRAME_NUM_SOFR_MASK 0x7FF macro
H A Dsaf1761_otg.c2649 temp = (nframes - xfer->endpoint->isoc_next) & SOTG_FRAME_NUM_SOFR_MASK;
2659 xfer->endpoint->isoc_next = (nframes + 3) & SOTG_FRAME_NUM_SOFR_MASK;
2667 temp = (xfer->endpoint->isoc_next - nframes) & SOTG_FRAME_NUM_SOFR_MASK;

Completed in 112 milliseconds