Lines Matching defs:dbdma_regs
15 struct dbdma_regs { struct
16 unsigned int control; /* lets you change bits in status */
17 unsigned int status; /* DMA and device status bits (see below) */
18 unsigned int cmdptr_hi; /* upper 32 bits of command address */
19 unsigned int cmdptr; /* (lower 32 bits of) command address (phys) */
20 unsigned int intr_sel; /* select interrupt condition bit */
21 unsigned int br_sel; /* select branch condition bit */
22 unsigned int wait_sel; /* select wait condition bit */
23 unsigned int xfer_mode;
24 unsigned int data2ptr_hi;
25 unsigned int data2ptr;
26 unsigned int res1;
27 unsigned int address_hi;
28 unsigned int br_addr_hi;
29 unsigned int res2[3];