Searched refs:d_eol (Results 1 – 3 of 3) sorted by relevance
26 indma.ctrl = d_eol | d_eop; in dma_memcpy()27 outdma.ctrl = d_eol; in dma_memcpy()
11 d_eol = (1 << 0), /* flags */ enumerator
363 port->prev_rx_desc->ctrl = d_eol; in initialize_port()1209 port->out_descr.ctrl = d_eol | d_eop; /* No d_wait to avoid glitches */ in start_dma()1244 port->in_descr[i-1].ctrl |= d_eol; in start_dma_in()1349 port->next_rx_desc->ctrl |= d_eol; in rx_interrupt()1350 port->prev_rx_desc->ctrl &= ~d_eol; in rx_interrupt()