Searched refs:OUTPUT_LAST (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/include/asm-ppc/ |
D | dbdma.h | 55 #define OUTPUT_LAST 0x1000 /* ditto followed by end marker */ macro
|
/linux-2.4.37.9/drivers/net/ |
D | mace.c | 622 out_le16(&cp->command, OUTPUT_LAST); in mace_xmit_start() 846 out_le16(&cp->command, OUTPUT_LAST); in mace_interrupt() 894 out_le16(&cp->command, OUTPUT_LAST); in mace_restart()
|
D | bmac.c | 596 dbdma_setcmd(cp, (OUTPUT_LAST | INTR_ALWAYS | WAIT_IFCLR), len, baddr, 0); in bmac_construct_xmt() 1664 out_le16(&cp->command, OUTPUT_LAST); in bmac_tx_timeout()
|
/linux-2.4.37.9/drivers/scsi/ |
D | mac53c94.c | 508 dma_cmd += OUTPUT_LAST - OUTPUT_MORE; in set_dma_cmds()
|
D | mesh.c | 1852 dma_cmd += OUTPUT_LAST - OUTPUT_MORE; in set_dma_cmds()
|
/linux-2.4.37.9/drivers/block/ |
D | swim3.c | 450 init_dma(cp, OUTPUT_LAST, write_postamble, sizeof(write_postamble)); in setup_transfer()
|
/linux-2.4.37.9/drivers/ide/ppc/ |
D | pmac.c | 1369 (ddir == PCI_DMA_TODEVICE) ? OUTPUT_LAST: INPUT_LAST); in pmac_ide_build_dmatable()
|