Lines Matching defs:omap_hsmmc_host
147 struct omap_hsmmc_host { struct
148 struct device *dev;
149 struct mmc_host *mmc;
150 struct mmc_request *mrq;
151 struct mmc_command *cmd;
152 struct mmc_data *data;
153 struct clk *fclk;
154 struct clk *dbclk;
162 struct regulator *vcc;
163 struct regulator *vcc_aux;
164 void __iomem *base;
165 resource_size_t mapbase;
166 spinlock_t irq_lock; /* Prevent races with irq handler */
167 unsigned int id;
168 unsigned int dma_len;
169 unsigned int dma_sg_idx;
170 unsigned char bus_mode;
171 unsigned char power_mode;
172 u32 *buffer;
173 u32 bytesleft;
174 int suspended;
175 int irq;
176 int use_dma, dma_ch;
177 int dma_line_tx, dma_line_rx;
178 int slot_id;
179 int got_dbclk;
180 int response_busy;
181 int context_loss;
182 int dpm_state;
183 int vdd;
184 int protect_card;
185 int reqs_blocked;
186 int use_reg;
187 int req_in_progress;
188 struct omap_hsmmc_next next_data;
190 struct omap_mmc_platform_data *pdata;