Home
last modified time | relevance | path

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

/linux-3.3/drivers/dma/ppc4xx/
Ddma.h105 struct dma_cdb { struct
109 u8 pad0[2]; /* reserved */
110 u8 attr; /* attributes */
111 u8 opc; /* opcode */
112 u32 sg1u; /* upper SG1 address */
113 u32 sg1l; /* lower SG1 address */
114 u32 cnt; /* SG count, 3B used */
115 u32 sg2u; /* upper SG2 address */
116 u32 sg2l; /* lower SG2 address */
117 u32 sg3u; /* upper SG3 address */
[all …]