Searched refs:DMA_3CLKS (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Ddma.h65 #define DMA_3CLKS 0x00400000 /* Each transfer = 3 clock ticks */ macro
66 #define DMA_EN_ENETAUI DMA_3CLKS /* Put lance into AUI-cable mode */
/linux-master/arch/m68k/include/asm/
H A Ddvma.h180 #define DMA_3CLKS 0x00400000 /* Each transfer = 3 clock ticks */ macro
181 #define DMA_EN_ENETAUI DMA_3CLKS /* Put lance into AUI-cable mode */
240 if(dma->revision>dvmarev1) regs->cond_reg |= DMA_3CLKS; \
/linux-master/drivers/scsi/
H A Dsun_esp.c285 dma_write32(val | DMA_3CLKS, DMA_CSR);
291 val &= ~DMA_3CLKS;

Completed in 253 milliseconds