Home
last modified time | relevance | path

Searched defs:dma_regs (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/news68k/dev/
H A Ddmac_0266.h29 struct dma_regs { struct
30 volatile uint32_t ctl; /* Control Register */
35 volatile uint32_t stat; /* Status Register */
41 volatile uint32_t tcnt; /* transfer counter */
42 volatile uint32_t tag; /* Tag Register */
43 volatile uint32_t offset; /* Offset Register */
44 volatile uint32_t mapent; /* Map entry Register */
/netbsd-src/sys/arch/sun3/dev/
H A Ddmareg.h40 struct dma_regs { struct
41 uint32_t csr; /* DMA CSR */
78 uint32_t addr;
81 uint32_t bcnt; /* DMA COUNT (in longs) */
84 uint32_t test; /* DMA TEST (in longs) */
/netbsd-src/sys/arch/rs6000/mca/
H A Dmcadma_machdep.c58 uint32_t dma_regs; /* allocation bitmask */ member