Searched defs:dma_table (Results 1 – 4 of 4) sorted by relevance
140 struct dma_table { struct141 u32 *descs;142 int chn;143 phys_addr_t phys_descs;144 u32 dir;145 u32 type;146 struct list_head tbl_node;147 union enb wr_enb;148 struct ctx_regs ctx_reg;149 union weight wr_weilo;[all …]
141 struct dma_table { struct142 u32 *descs;143 int chn;144 phys_addr_t phys_descs;145 u32 dir;146 u32 type;147 struct list_head tbl_node;148 union enb wr_enb;149 struct ctx_regs ctx_reg;150 union weight wr_weilo;[all …]
143 struct dma_table { struct144 u32 *descs;145 int chn;146 phys_addr_t phys_descs;147 u32 dir;148 u32 type;149 struct list_head tbl_node;150 union enb enb;151 struct ctx_regs ctx_reg;152 union weight weilo;[all …]