Home
last modified time | relevance | path

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

/device/soc/rockchip/common/vendor/drivers/pci/
Drockchip-pcie-dma.h140 struct dma_table { struct
141 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 …]
/device/soc/rockchip/common/sdk_linux/drivers/pci/controller/
Drockchip-pcie-dma.h141 struct dma_table { struct
142 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 …]
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/
Drockchip-pcie-dma.h143 struct dma_table { struct
144 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 …]
/device/soc/rockchip/rk3588/kernel/include/linux/
Drockchip-pcie-dma.h143 struct dma_table { struct
144 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 …]