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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dsaf1761_otg_reg.h186 #define SOTG_FRINDEX_MASK 0x3fff macro
H A Dsaf1761_otg.c1829 (SOTG_FRINDEX_MASK & ~7);
1849 (SOTG_FRINDEX_MASK & ~7);
2725 nframes = (SAF1761_READ_LE_4(sc, SOTG_FRINDEX) & SOTG_FRINDEX_MASK) >> 3;
2731 temp = (nframes - xfer->endpoint->isoc_next) & (SOTG_FRINDEX_MASK >> 3);
2741 xfer->endpoint->isoc_next = (nframes + 3) & (SOTG_FRINDEX_MASK >> 3);
2749 temp = (xfer->endpoint->isoc_next - nframes) & (SOTG_FRINDEX_MASK >> 3);

Completed in 66 milliseconds