Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Ddbdma.h15 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;
[all …]