Searched refs:OUTPUT_LAST (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/powerpc/include/asm/ |
D | dbdma.h | 55 #define OUTPUT_LAST 0x1000 /* ditto followed by end marker */ macro
|
/linux-4.4.14/drivers/net/ethernet/apple/ |
D | mace.c | 572 out_le16(&cp->command, OUTPUT_LAST); in mace_xmit_start() 793 out_le16(&cp->command, OUTPUT_LAST); in mace_interrupt() 856 out_le16(&cp->command, OUTPUT_LAST); in mace_tx_timeout()
|
D | bmac.c | 576 dbdma_setcmd(cp, (OUTPUT_LAST | INTR_ALWAYS | WAIT_IFCLR), len, baddr, 0); in bmac_construct_xmt() 1531 out_le16(&cp->command, OUTPUT_LAST); in bmac_tx_timeout()
|
/linux-4.4.14/drivers/scsi/ |
D | mac53c94.c | 392 dma_cmd += OUTPUT_LAST - OUTPUT_MORE; in set_dma_cmds()
|
D | mesh.c | 1311 dma_cmd += OUTPUT_LAST - OUTPUT_MORE; in set_dma_cmds()
|
/linux-4.4.14/drivers/ata/ |
D | pata_macio.c | 560 table->command = cpu_to_le16(write ? OUTPUT_LAST: INPUT_LAST); in pata_macio_qc_prep()
|
/linux-4.4.14/drivers/ide/ |
D | pmac.c | 1516 table[-1].command = cpu_to_le16(wr? OUTPUT_LAST: INPUT_LAST); in pmac_ide_build_dmatable()
|
/linux-4.4.14/drivers/block/ |
D | swim3.c | 484 init_dma(cp, OUTPUT_LAST, write_postamble, sizeof(write_postamble)); in setup_transfer()
|