Lines Matching defs:tmio_mmc_host
140 struct tmio_mmc_host { struct
141 void __iomem *ctl;
142 struct mmc_command *cmd;
143 struct mmc_request *mrq;
144 struct mmc_data *data;
145 struct mmc_host *mmc;
146 struct mmc_host_ops ops;
149 struct scatterlist *sg_ptr;
150 struct scatterlist *sg_orig;
151 unsigned int sg_len;
152 unsigned int sg_off;
153 unsigned int bus_shift;
155 struct platform_device *pdev;
156 struct tmio_mmc_data *pdata;
159 bool dma_on;
160 struct dma_chan *chan_rx;
184 int (*clk_enable)(struct tmio_mmc_host *host); argument
185 void (*set_clock)(struct tmio_mmc_host *host, unsigned int clock); argument
188 void (*clk_disable)(struct tmio_mmc_host *host); argument
191 int (*write16_hook)(struct tmio_mmc_host *host, int addr); argument
192 void (*reset)(struct tmio_mmc_host *host, bool preserve); argument
193 bool (*check_retune)(struct tmio_mmc_host *host, struct mmc_request *mrq); argument
194 void (*fixup_request)(struct tmio_mmc_host *host, struct mmc_request *mrq); argument
195 unsigned int (*get_timeout_cycles)(struct tmio_mmc_host *host); argument
200 struct tmio_mmc_host *tmio_mmc_host_alloc(struct platform_device *pdev, argument