Lines Matching defs:tmio_mmc_host
129 struct tmio_mmc_host { struct
130 void __iomem *ctl;
131 struct mmc_command *cmd;
132 struct mmc_request *mrq;
133 struct mmc_data *data;
134 struct mmc_host *mmc;
135 struct mmc_host_ops ops;
138 void (*set_pwr)(struct platform_device *host, int state);
141 struct scatterlist *sg_ptr;
142 struct scatterlist *sg_orig;
143 unsigned int sg_len;
144 unsigned int sg_off;
145 unsigned int bus_shift;
147 struct platform_device *pdev;
148 struct tmio_mmc_data *pdata;
151 bool dma_on;
152 struct dma_chan *chan_rx;
176 int (*clk_enable)(struct tmio_mmc_host *host); argument
177 void (*set_clock)(struct tmio_mmc_host *host, unsigned int clock); argument
180 void (*clk_disable)(struct tmio_mmc_host *host); argument
183 int (*write16_hook)(struct tmio_mmc_host *host, int addr); argument
184 void (*reset)(struct tmio_mmc_host *host); argument
185 bool (*check_retune)(struct tmio_mmc_host *host, struct mmc_request *mrq); argument
186 void (*fixup_request)(struct tmio_mmc_host *host, struct mmc_request *mrq); argument
187 unsigned int (*get_timeout_cycles)(struct tmio_mmc_host *host); argument
189 void (*prepare_hs400_tuning)(struct tmio_mmc_host *host); argument
190 void (*hs400_downgrade)(struct tmio_mmc_host *host); argument
191 void (*hs400_complete)(struct tmio_mmc_host *host); argument
196 struct tmio_mmc_host *tmio_mmc_host_alloc(struct platform_device *pdev, argument