Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Ddvma.h149 #define DMA_FIFO_INV 0x00000020 /* Invalidate the FIFO */ macro
203 #define DMA_PUNTFIFO(regs) ((((regs)->cond_reg) |= DMA_FIFO_INV))
/openbmc/linux/arch/sparc/include/asm/
H A Ddma.h37 #define DMA_FIFO_INV 0x00000020 /* Invalidate the FIFO */ macro
/openbmc/linux/drivers/scsi/
H A Dsun3x_esp.c122 val |= DMA_FIFO_INV; in sun3x_esp_dma_invalidate()
124 val &= ~DMA_FIFO_INV; in sun3x_esp_dma_invalidate()
H A Dsun_esp.c379 val |= DMA_FIFO_INV; in sbus_esp_dma_invalidate()
381 val &= ~DMA_FIFO_INV; in sbus_esp_dma_invalidate()
/openbmc/linux/drivers/net/ethernet/amd/
H A Dsunlance.c451 csr |= (DMA_DSBL_RD_DRN | DMA_DSBL_WR_INV | DMA_FIFO_INV); in init_restart_ledma()
858 dma_csr |= DMA_FIFO_INV; in lance_interrupt()