Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/ppc4xx/
H A Ddma.h102 struct dma_cdb { struct
106 u8 pad0[2]; /* reserved */
107 u8 attr; /* attributes */
108 u8 opc; /* opcode */
109 u32 sg1u; /* upper SG1 address */
110 u32 sg1l; /* lower SG1 address */
111 u32 cnt; /* SG count, 3B used */
112 u32 sg2u; /* upper SG2 address */
113 u32 sg2l; /* lower SG2 address */
114 u32 sg3u; /* upper SG3 address */
[all …]