Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-sparc/
Ddma.h128 #define DMA_BCNT_ENAB 0x00002000 /* If on, use the byte counter */ macro
/linux-2.4.37.9/include/asm-sparc64/
Ddma.h115 #define DMA_BCNT_ENAB 0x00002000 /* If on, use the byte counter */ macro
/linux-2.4.37.9/include/asm-m68k/
Ddvma.h162 #define DMA_BCNT_ENAB 0x00002000 /* If on, use the byte counter */ macro
/linux-2.4.37.9/drivers/scsi/
Desp.c549 tmp &= ~DMA_BCNT_ENAB; in esp_reset_dma()
2315 tmp &= ~(DMA_ENABLE | DMA_ST_WRITE | DMA_BCNT_ENAB); in dma_invalidate()