Searched refs:DMA_WRBIT (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/atari/include/
H A Ddma.h60 #define DMA_WRBIT 0x0100 /* write to fdc/hdc via dma_data*/ macro
/netbsd-current/sys/arch/atari/dev/
H A Ddma.c258 * The DMA_WRBIT trick flushes the FIFO before doing DMA.
265 DMA->dma_mode = mode ^ DMA_WRBIT;
269 DMA->dma_mode = DMA_SCREG | (mode & DMA_WRBIT);
H A Dfd.c940 st_dmacomm(DMA_WRBIT | DMA_FDC | DMA_SCREG, 1);
941 write_fdreg(DMA_WRBIT | FDC_CS, F_WRITE|hbit|EBIT|PBIT);
H A Datari5380.c832 DMA->dma_mode = 0x90 | (dir ^ DMA_WRBIT);

Completed in 94 milliseconds