Lines Matching defs:bcm2835_host
144 struct bcm2835_host { struct
145 spinlock_t lock;
146 struct mutex mutex;
148 void __iomem *ioaddr;
149 u32 phys_addr;
151 struct platform_device *pdev;
153 int clock; /* Current clock speed */
154 unsigned int max_clk; /* Max possible freq */
155 struct work_struct dma_work;
156 struct delayed_work timeout_work; /* Timer for timeouts */
157 struct sg_mapping_iter sg_miter; /* SG state for PIO */
158 unsigned int blocks; /* remaining PIO blocks */
159 int irq; /* Device IRQ */
161 u32 ns_per_fifo_word;
164 u32 hcfg;
165 u32 cdiv;
167 struct mmc_request *mrq; /* Current request */
168 struct mmc_command *cmd; /* Current command */
192 static void bcm2835_dumpcmd(struct bcm2835_host *host, struct mmc_command *cmd, in bcm2835_dumpcmd() argument