Home
last modified time | relevance | path

Searched refs:CONTROL_END_ON_EOP (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/dev/altera/msgdma/
HDmsgdma.h48 #define CONTROL_END_ON_EOP (1 << 12) /* End on EOP */ macro
HDmsgdma.c509 desc->control |= htole32(CONTROL_END_ON_EOP | (1 << 13)); in msgdma_channel_submit_sg()