Lines Matching refs:au1xmmc_host
88 struct au1xmmc_host { struct
164 static inline void IRQ_ON(struct au1xmmc_host *host, u32 mask) in IRQ_ON()
172 static inline void FLUSH_FIFO(struct au1xmmc_host *host) in FLUSH_FIFO()
187 static inline void IRQ_OFF(struct au1xmmc_host *host, u32 mask) in IRQ_OFF()
195 static inline void SEND_STOP(struct au1xmmc_host *host) in SEND_STOP()
211 static void au1xmmc_set_power(struct au1xmmc_host *host, int state) in au1xmmc_set_power()
219 struct au1xmmc_host *host = mmc_priv(mmc); in au1xmmc_card_inserted()
229 struct au1xmmc_host *host = mmc_priv(mmc); in au1xmmc_card_readonly()
237 static void au1xmmc_finish_request(struct au1xmmc_host *host) in au1xmmc_finish_request()
258 struct au1xmmc_host *host = from_tasklet(host, t, finish_task); in au1xmmc_tasklet_finish()
262 static int au1xmmc_send_command(struct au1xmmc_host *host, in au1xmmc_send_command()
315 static void au1xmmc_data_complete(struct au1xmmc_host *host, u32 status) in au1xmmc_data_complete()
368 struct au1xmmc_host *host = from_tasklet(host, t, data_task); in au1xmmc_tasklet_data()
376 static void au1xmmc_send_pio(struct au1xmmc_host *host) in au1xmmc_send_pio()
432 static void au1xmmc_receive_pio(struct au1xmmc_host *host) in au1xmmc_receive_pio()
515 static void au1xmmc_cmd_complete(struct au1xmmc_host *host, u32 status) in au1xmmc_cmd_complete()
586 static void au1xmmc_set_clock(struct au1xmmc_host *host, int rate) in au1xmmc_set_clock()
601 static int au1xmmc_prepare_data(struct au1xmmc_host *host, in au1xmmc_prepare_data()
676 struct au1xmmc_host *host = mmc_priv(mmc); in au1xmmc_request()
706 static void au1xmmc_reset_controller(struct au1xmmc_host *host) in au1xmmc_reset_controller()
742 struct au1xmmc_host *host = mmc_priv(mmc); in au1xmmc_set_ios()
779 struct au1xmmc_host *host = dev_id; in au1xmmc_irq()
848 struct au1xmmc_host *host = (struct au1xmmc_host *)dev_id; in au1xmmc_dbdma_callback()
860 static int au1xmmc_dbdma_init(struct au1xmmc_host *host) in au1xmmc_dbdma_init()
905 static void au1xmmc_dbdma_shutdown(struct au1xmmc_host *host) in au1xmmc_dbdma_shutdown()
916 struct au1xmmc_host *host = mmc_priv(mmc); in au1xmmc_enable_sdio_irq()
935 struct au1xmmc_host *host; in au1xmmc_probe()
939 mmc = mmc_alloc_host(sizeof(struct au1xmmc_host), &pdev->dev); in au1xmmc_probe()
1119 struct au1xmmc_host *host = platform_get_drvdata(pdev); in au1xmmc_remove()
1162 struct au1xmmc_host *host = platform_get_drvdata(pdev); in au1xmmc_suspend()
1175 struct au1xmmc_host *host = platform_get_drvdata(pdev); in au1xmmc_resume()