Lines Matching refs:tmio_mmc_host

114 struct tmio_mmc_host;
117 void (*start)(struct tmio_mmc_host *host, struct mmc_data *data);
118 void (*enable)(struct tmio_mmc_host *host, bool enable);
119 void (*request)(struct tmio_mmc_host *host,
121 void (*release)(struct tmio_mmc_host *host);
122 void (*abort)(struct tmio_mmc_host *host);
123 void (*dataend)(struct tmio_mmc_host *host);
126 struct tmio_mmc_host { struct
172 int (*clk_enable)(struct tmio_mmc_host *host); argument
175 unsigned int (*clk_update)(struct tmio_mmc_host *host, argument
177 void (*clk_disable)(struct tmio_mmc_host *host); argument
180 int (*write16_hook)(struct tmio_mmc_host *host, int addr); argument
181 void (*hw_reset)(struct tmio_mmc_host *host); argument
182 void (*prepare_tuning)(struct tmio_mmc_host *host, unsigned long tap); argument
183 bool (*check_scc_error)(struct tmio_mmc_host *host); argument
189 unsigned int (*init_tuning)(struct tmio_mmc_host *host); argument
190 int (*select_tuning)(struct tmio_mmc_host *host); argument
197 void (*prepare_hs400_tuning)(struct tmio_mmc_host *host); argument
198 void (*hs400_downgrade)(struct tmio_mmc_host *host); argument
199 void (*hs400_complete)(struct tmio_mmc_host *host); argument
204 struct tmio_mmc_host *tmio_mmc_host_alloc(struct platform_device *pdev, argument
206 void tmio_mmc_host_free(struct tmio_mmc_host *host);
207 int tmio_mmc_host_probe(struct tmio_mmc_host *host);
208 void tmio_mmc_host_remove(struct tmio_mmc_host *host);
209 void tmio_mmc_do_data_irq(struct tmio_mmc_host *host);
211 void tmio_mmc_enable_mmc_irqs(struct tmio_mmc_host *host, u32 i);
212 void tmio_mmc_disable_mmc_irqs(struct tmio_mmc_host *host, u32 i);
234 static inline u16 sd_ctrl_read16(struct tmio_mmc_host *host, int addr) in sd_ctrl_read16()
239 static inline void sd_ctrl_read16_rep(struct tmio_mmc_host *host, int addr, in sd_ctrl_read16_rep()
245 static inline u32 sd_ctrl_read16_and_16_as_32(struct tmio_mmc_host *host, in sd_ctrl_read16_and_16_as_32()
252 static inline void sd_ctrl_read32_rep(struct tmio_mmc_host *host, int addr, in sd_ctrl_read32_rep()
258 static inline void sd_ctrl_write16(struct tmio_mmc_host *host, int addr, in sd_ctrl_write16()
269 static inline void sd_ctrl_write16_rep(struct tmio_mmc_host *host, int addr, in sd_ctrl_write16_rep()
275 static inline void sd_ctrl_write32_as_16_and_16(struct tmio_mmc_host *host, in sd_ctrl_write32_as_16_and_16()
282 static inline void sd_ctrl_write32_rep(struct tmio_mmc_host *host, int addr, in sd_ctrl_write32_rep()