Searched refs:tmio_mmc_host (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/mmc/host/
H A Dtmio_mmc.h118 struct tmio_mmc_host;
121 void (*start)(struct tmio_mmc_host *host, struct mmc_data *data);
122 void (*enable)(struct tmio_mmc_host *host, bool enable);
123 void (*request)(struct tmio_mmc_host *host,
125 void (*release)(struct tmio_mmc_host *host);
126 void (*abort)(struct tmio_mmc_host *host);
127 void (*dataend)(struct tmio_mmc_host *host);
130 void (*end)(struct tmio_mmc_host *host); /* held host->lock */
131 bool (*dma_irq)(struct tmio_mmc_host *host);
134 struct tmio_mmc_host { struct
[all...]
H A Duniphier-sd.c82 static void *uniphier_sd_priv(struct tmio_mmc_host *host)
87 static void uniphier_sd_dma_endisable(struct tmio_mmc_host *host, int enable)
95 struct tmio_mmc_host *host = from_tasklet(host, t, dma_issue);
105 struct tmio_mmc_host *host = param;
131 static void uniphier_sd_external_dma_start(struct tmio_mmc_host *host,
179 static void uniphier_sd_external_dma_enable(struct tmio_mmc_host *host,
184 static void uniphier_sd_external_dma_request(struct tmio_mmc_host *host,
205 static void uniphier_sd_external_dma_release(struct tmio_mmc_host *host)
213 static void uniphier_sd_external_dma_abort(struct tmio_mmc_host *host)
223 static void uniphier_sd_external_dma_dataend(struct tmio_mmc_host *hos
[all...]
H A Dtmio_mmc_core.c53 static inline void tmio_mmc_start_dma(struct tmio_mmc_host *host,
60 static inline void tmio_mmc_end_dma(struct tmio_mmc_host *host)
66 static inline void tmio_mmc_enable_dma(struct tmio_mmc_host *host, bool enable)
72 static inline void tmio_mmc_request_dma(struct tmio_mmc_host *host,
83 static inline void tmio_mmc_release_dma(struct tmio_mmc_host *host)
89 static inline void tmio_mmc_abort_dma(struct tmio_mmc_host *host)
95 static inline void tmio_mmc_dataend_dma(struct tmio_mmc_host *host)
101 void tmio_mmc_enable_mmc_irqs(struct tmio_mmc_host *host, u32 i)
108 void tmio_mmc_disable_mmc_irqs(struct tmio_mmc_host *host, u32 i)
115 static void tmio_mmc_ack_mmc_irqs(struct tmio_mmc_host *hos
[all...]
H A Drenesas_sdhi_core.c61 static void renesas_sdhi_sdbuf_width(struct tmio_mmc_host *host, int width)
93 static int renesas_sdhi_clk_enable(struct tmio_mmc_host *host)
124 static unsigned int renesas_sdhi_clk_update(struct tmio_mmc_host *host,
189 static void renesas_sdhi_set_clock(struct tmio_mmc_host *host,
236 static void renesas_sdhi_clk_disable(struct tmio_mmc_host *host)
245 struct tmio_mmc_host *host = mmc_priv(mmc);
254 struct tmio_mmc_host *host = mmc_priv(mmc);
332 static inline u32 sd_scc_read32(struct tmio_mmc_host *host,
338 static inline void sd_scc_write32(struct tmio_mmc_host *host,
345 static unsigned int renesas_sdhi_init_tuning(struct tmio_mmc_host *hos
[all...]
H A Drenesas_sdhi_internal_dmac.c294 renesas_sdhi_internal_dmac_enable_dma(struct tmio_mmc_host *host, bool enable)
311 renesas_sdhi_internal_dmac_abort_dma(struct tmio_mmc_host *host)
325 static bool renesas_sdhi_internal_dmac_dma_irq(struct tmio_mmc_host *host)
346 renesas_sdhi_internal_dmac_dataend_dma(struct tmio_mmc_host *host)
364 renesas_sdhi_internal_dmac_unmap(struct tmio_mmc_host *host,
379 renesas_sdhi_internal_dmac_map(struct tmio_mmc_host *host,
402 renesas_sdhi_internal_dmac_start_dma(struct tmio_mmc_host *host,
444 struct tmio_mmc_host *host = (struct tmio_mmc_host *)arg;
460 static bool renesas_sdhi_internal_dmac_complete(struct tmio_mmc_host *hos
[all...]
H A Drenesas_sdhi_sys_dmac.c95 static void renesas_sdhi_sys_dmac_enable_dma(struct tmio_mmc_host *host,
107 static void renesas_sdhi_sys_dmac_abort_dma(struct tmio_mmc_host *host)
119 static void renesas_sdhi_sys_dmac_dataend_dma(struct tmio_mmc_host *host)
128 struct tmio_mmc_host *host = arg;
155 static void renesas_sdhi_sys_dmac_start_dma_rx(struct tmio_mmc_host *host)
227 static void renesas_sdhi_sys_dmac_start_dma_tx(struct tmio_mmc_host *host)
303 static void renesas_sdhi_sys_dmac_start_dma(struct tmio_mmc_host *host,
317 struct tmio_mmc_host *host = (struct tmio_mmc_host *)priv;
337 static void renesas_sdhi_sys_dmac_request_dma(struct tmio_mmc_host *hos
[all...]
H A Drenesas_sdhi.h68 void (*enable)(struct tmio_mmc_host *host, bool enable);

Completed in 136 milliseconds