HomeSort by: relevance | last modified time | path
    Searched refs:DMACSR_INITBUF (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/next68k/stand/boot/
dmareg.h 87 #define DMACSR_INITBUF 0x00200000 /* initialize DMA buffers */
en.c 223 txdma->dd_csr = (turbo ? DMACSR_INITBUFTURBO : DMACSR_INITBUF) |
302 rxdma->dd_csr = (turbo ? DMACSR_INITBUFTURBO : DMACSR_INITBUF) |
scsi.c 378 dma->dd_csr = DMACSR_INITBUF | DMACSR_READ | DMACSR_RESET;
  /src/sys/arch/next68k/dev/
nextdmareg.h 101 #define DMACSR_INITBUF 0x00200000 /* initialize DMA buffers */
esp.c 1556 DMACSR_INITBUF | DMACSR_RESET |
1616 DMACSR_INITBUF | DMACSR_RESET |
nextdma.c 877 DMACSR_INITBUFTURBO : DMACSR_INITBUF) | DMACSR_RESET | dmadir);

Completed in 16 milliseconds