OUTPUT_LAST
table->command = cpu_to_le16(write ? OUTPUT_LAST: INPUT_LAST);
init_dma(cp, OUTPUT_LAST, virt_to_phys(write_postamble),
out_le16(&cp->command, OUTPUT_LAST);
dbdma_setcmd(cp, (OUTPUT_LAST | INTR_ALWAYS | WAIT_IFCLR), len, baddr, 0);
out_le16(&cp->command, OUTPUT_LAST);
out_le16(&cp->command, OUTPUT_LAST);
out_le16(&cp->command, OUTPUT_LAST);
dma_cmd += OUTPUT_LAST - OUTPUT_MORE;
dma_cmd += OUTPUT_LAST - OUTPUT_MORE;