Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Ddbdma.h58 #define INPUT_LAST 0x3000 /* ditto, expect end marker */ macro
/openbmc/qemu/include/hw/ppc/
H A Dmac_dbdma.h108 #define INPUT_LAST 0x3000 /* ditto, expect end marker */ macro
/openbmc/qemu/hw/misc/macio/
H A Dmac_dbdma.c500 case INPUT_LAST: in channel_run()
880 cmd == INPUT_MORE || cmd == INPUT_LAST) { in dbdma_unassigned_rw()
/openbmc/linux/drivers/net/ethernet/apple/
H A Dmace.c461 cp->command = cpu_to_le16(INPUT_LAST + INTR_ALWAYS); in mace_open()
972 out_le16(&cp->command, INPUT_LAST + INTR_ALWAYS); in mace_rxdma_intr()
H A Dbmac.c575 dbdma_setcmd(cp, (INPUT_LAST | INTR_ALWAYS), RX_BUFLEN, in bmac_construct_rxbuff()
/openbmc/linux/drivers/ata/
H A Dpata_macio.c567 table->command = cpu_to_le16(write ? OUTPUT_LAST: INPUT_LAST); in pata_macio_qc_prep()
/openbmc/linux/drivers/block/
H A Dswim3.c470 init_dma(cp, INPUT_LAST, swim3_bio_phys(req->bio), n * 512); in setup_transfer()