Searched defs:bcm2835_host (Results 1 – 1 of 1) sorted by relevance
145 struct bcm2835_host { struct146 spinlock_t lock;147 struct mutex mutex;149 void __iomem *ioaddr;150 u32 phys_addr;152 struct clk *clk;153 struct platform_device *pdev;155 unsigned int clock; /* Current clock speed */156 unsigned int max_clk; /* Max possible freq */157 struct work_struct dma_work;[all …]