Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Detraxfs_dma.c101 unsigned out_eop : 1; member
249 printf("out_eop=%x\n", (uint32_t) d->out_eop); in dump_d()
408 bool out_eop; in channel_out_run() local
434 out_eop = ((saved_data_buf + len) == in channel_out_run()
436 ctrl->channels[c].current_d.out_eop; in channel_out_run()
439 saved_data_buf, len, out_eop)); in channel_out_run()
445 buf, len, out_eop); in channel_out_run()
457 if (ctrl->channels[c].current_d.out_eop) { in channel_out_run()