Searched defs:flexrm_mbox (Results 1 – 2 of 2) sorted by relevance
291 struct flexrm_mbox { struct292 struct device *dev;293 void __iomem *regs;294 u32 num_rings;295 struct flexrm_ring *rings;296 struct dma_pool *bd_pool;297 struct dma_pool *cmpl_pool;298 struct dentry *root;299 struct dentry *config;300 struct dentry *stats;[all …]
291 struct flexrm_mbox { struct292 struct device *dev;293 void __iomem *regs;294 u32 num_rings;295 struct flexrm_ring *rings;296 struct dma_pool *bd_pool;297 struct dma_pool *cmpl_pool;298 struct dentry *root;299 struct mbox_controller controller;