Home
last modified time | relevance | path

Searched refs:DMA_BCNT_ENAB (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/sparc/include/asm/
H A Ddma.h48 #define DMA_BCNT_ENAB 0x00002000 /* If on, use the byte counter */ macro
/openbmc/linux/arch/m68k/include/asm/
H A Ddvma.h160 #define DMA_BCNT_ENAB 0x00002000 /* If on, use the byte counter */ macro
/openbmc/linux/drivers/scsi/
H A Dsun_esp.c303 val &= ~DMA_BCNT_ENAB; in sbus_esp_reset_dma()
378 val &= ~(DMA_ENABLE | DMA_ST_WRITE | DMA_BCNT_ENAB); in sbus_esp_dma_invalidate()
H A Dsun3x_esp.c121 val &= ~(DMA_ENABLE | DMA_ST_WRITE | DMA_BCNT_ENAB); in sun3x_esp_dma_invalidate()