Searched defs:nbpf_device (Results 1 – 2 of 2) sorted by relevance
229 struct nbpf_device { struct230 struct dma_device dma_dev;231 void __iomem *base;232 u32 max_burst_mem_read;233 u32 max_burst_mem_write;234 struct clk *clk;235 const struct nbpf_config *config;236 unsigned int eirq;237 struct nbpf_channel chan[];
228 struct nbpf_device { struct229 struct dma_device dma_dev;230 void __iomem *base;231 u32 max_burst_mem_read;232 u32 max_burst_mem_write;233 struct clk *clk;234 const struct nbpf_config *config;235 unsigned int eirq;236 struct nbpf_channel chan[];