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