Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Ddbdma.h58 #define INPUT_LAST 0x3000 /* ditto, expect end marker */ macro
/linux-6.1.9/drivers/net/ethernet/apple/
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()
Dbmac.c575 dbdma_setcmd(cp, (INPUT_LAST | INTR_ALWAYS), RX_BUFLEN, in bmac_construct_rxbuff()
/linux-6.1.9/drivers/ata/
Dpata_macio.c563 table->command = cpu_to_le16(write ? OUTPUT_LAST: INPUT_LAST); in pata_macio_qc_prep()
/linux-6.1.9/drivers/block/
Dswim3.c471 init_dma(cp, INPUT_LAST, swim3_bio_phys(req->bio), n * 512); in setup_transfer()