Searched defs:dbdma_regs (Results 1 – 1 of 1) sorted by relevance
14 struct dbdma_regs { struct15 unsigned int control; /* lets you change bits in status */16 unsigned int status; /* DMA and device status bits (see below) */17 unsigned int cmdptr_hi; /* upper 32 bits of command address */18 unsigned int cmdptr; /* (lower 32 bits of) command address (phys) */19 unsigned int intr_sel; /* select interrupt condition bit */20 unsigned int br_sel; /* select branch condition bit */21 unsigned int wait_sel; /* select wait condition bit */22 unsigned int xfer_mode;23 unsigned int data2ptr_hi;[all …]