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

/freebsd-11.0-release/sys/dev/altera/atse/
H A Dif_atsereg.h447 #define ATSE_FLAGS_SOP_SEEN 0x00000004 macro
H A Dif_atse.c1289 (sc->atse_flags & ATSE_FLAGS_SOP_SEEN) == 0)
1298 if ((sc->atse_flags & ATSE_FLAGS_SOP_SEEN) == 0)
1300 sc->atse_flags |= ATSE_FLAGS_SOP_SEEN;
1342 sc->atse_flags &= ~ATSE_FLAGS_SOP_SEEN;

Completed in 51 milliseconds