Searched refs:CONTROL_GEN_SOP (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/altera/msgdma/
H A Dmsgdma.h54 #define CONTROL_GEN_SOP (1 << 8) /* Generate SOP */ macro
H A Dmsgdma.c507 desc->control |= htole32(CONTROL_GEN_SOP);
/freebsd-13-stable/sys/dev/altera/softdma/
H A Dsoftdma.c74 #define CONTROL_GEN_SOP (1 << 0) macro
315 if (desc->control & CONTROL_GEN_SOP)
765 desc->control |= CONTROL_GEN_SOP;

Completed in 108 milliseconds