Searched refs:OUTPUT_LAST (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | dbdma.h | 56 #define OUTPUT_LAST 0x1000 /* ditto followed by end marker */ macro
|
/openbmc/qemu/include/hw/ppc/ |
H A D | mac_dbdma.h | 106 #define OUTPUT_LAST 0x1000 /* ditto followed by end marker */ macro
|
/openbmc/linux/drivers/net/ethernet/apple/ |
H A D | mace.c | 575 out_le16(&cp->command, OUTPUT_LAST); in mace_xmit_start() 796 out_le16(&cp->command, OUTPUT_LAST); in mace_interrupt() 859 out_le16(&cp->command, OUTPUT_LAST); in mace_tx_timeout()
|
H A D | bmac.c | 567 dbdma_setcmd(cp, (OUTPUT_LAST | INTR_ALWAYS | WAIT_IFCLR), len, baddr, 0); in bmac_construct_xmt() 1523 out_le16(&cp->command, OUTPUT_LAST); in bmac_tx_timeout()
|
/openbmc/qemu/hw/misc/macio/ |
H A D | mac_dbdma.c | 490 case OUTPUT_LAST: in channel_run() 879 if (cmd == OUTPUT_MORE || cmd == OUTPUT_LAST || in dbdma_unassigned_rw()
|
/openbmc/linux/drivers/scsi/ |
H A D | mac53c94.c | 389 dma_cmd += OUTPUT_LAST - OUTPUT_MORE; in set_dma_cmds()
|
H A D | mesh.c | 1308 dma_cmd += OUTPUT_LAST - OUTPUT_MORE; in set_dma_cmds()
|
/openbmc/linux/drivers/ata/ |
H A D | pata_macio.c | 567 table->command = cpu_to_le16(write ? OUTPUT_LAST: INPUT_LAST); in pata_macio_qc_prep()
|
/openbmc/linux/drivers/block/ |
H A D | swim3.c | 467 init_dma(cp, OUTPUT_LAST, virt_to_phys(write_postamble), in setup_transfer()
|