Lines Matching refs:atmel_mci
180 struct atmel_mci { struct
225 u32 (*prepare_data)(struct atmel_mci *host, struct mmc_data *data); argument
226 void (*submit_data)(struct atmel_mci *host, struct mmc_data *data); argument
227 void (*stop_transfer)(struct atmel_mci *host); argument
251 struct atmel_mci *host;
384 struct atmel_mci *host = s->private; in atmci_regs_show()
476 struct atmel_mci *host = slot->host; in atmci_init_debugfs()
582 static inline unsigned int atmci_get_version(struct atmel_mci *host) in atmci_get_version()
589 struct atmel_mci *host; in atmci_timeout_timer()
591 host = (struct atmel_mci *)data; in atmci_timeout_timer()
615 static inline unsigned int atmci_ns_to_clocks(struct atmel_mci *host, in atmci_ns_to_clocks()
628 static void atmci_set_timeout(struct atmel_mci *host, in atmci_set_timeout()
710 static void atmci_send_command(struct atmel_mci *host, in atmci_send_command()
724 static void atmci_send_stop_cmd(struct atmel_mci *host, struct mmc_data *data) in atmci_send_stop_cmd()
735 static void atmci_pdc_set_single_buf(struct atmel_mci *host, in atmci_pdc_set_single_buf()
786 static void atmci_pdc_set_both_buf(struct atmel_mci *host, int dir) in atmci_pdc_set_both_buf()
796 static void atmci_pdc_cleanup(struct atmel_mci *host) in atmci_pdc_cleanup()
812 static void atmci_pdc_complete(struct atmel_mci *host) in atmci_pdc_complete()
835 static void atmci_dma_cleanup(struct atmel_mci *host) in atmci_dma_cleanup()
851 struct atmel_mci *host = arg; in atmci_dma_complete()
900 static u32 atmci_prepare_data(struct atmel_mci *host, struct mmc_data *data) in atmci_prepare_data()
940 atmci_prepare_data_pdc(struct atmel_mci *host, struct mmc_data *data) in atmci_prepare_data_pdc()
991 atmci_prepare_data_dma(struct atmel_mci *host, struct mmc_data *data) in atmci_prepare_data_dma()
1069 atmci_submit_data(struct atmel_mci *host, struct mmc_data *data) in atmci_submit_data()
1078 atmci_submit_data_pdc(struct atmel_mci *host, struct mmc_data *data) in atmci_submit_data_pdc()
1087 atmci_submit_data_dma(struct atmel_mci *host, struct mmc_data *data) in atmci_submit_data_dma()
1098 static void atmci_stop_transfer(struct atmel_mci *host) in atmci_stop_transfer()
1109 static void atmci_stop_transfer_pdc(struct atmel_mci *host) in atmci_stop_transfer_pdc()
1114 static void atmci_stop_transfer_dma(struct atmel_mci *host) in atmci_stop_transfer_dma()
1134 static void atmci_start_request(struct atmel_mci *host, in atmci_start_request()
1233 static void atmci_queue_request(struct atmel_mci *host, in atmci_queue_request()
1254 struct atmel_mci *host = slot->host; in atmci_request()
1289 struct atmel_mci *host = slot->host; in atmci_set_ios()
1462 struct atmel_mci *host = slot->host; in atmci_enable_sdio_irq()
1479 static void atmci_request_end(struct atmel_mci *host, struct mmc_request *mrq) in atmci_request_end()
1524 static void atmci_command_complete(struct atmel_mci *host, in atmci_command_complete()
1575 struct atmel_mci *host = slot->host; in atmci_detect_change()
1649 struct atmel_mci *host = (struct atmel_mci *)priv; in atmci_tasklet_func()
1853 static void atmci_read_data_pio(struct atmel_mci *host) in atmci_read_data_pio()
1921 static void atmci_write_data_pio(struct atmel_mci *host) in atmci_write_data_pio()
1991 static void atmci_sdio_interrupt(struct atmel_mci *host, u32 status) in atmci_sdio_interrupt()
2006 struct atmel_mci *host = dev_id; in atmci_interrupt()
2147 static int atmci_init_slot(struct atmel_mci *host, in atmci_init_slot()
2279 static int atmci_configure_dma(struct atmel_mci *host) in atmci_configure_dma()
2305 static void atmci_get_cap(struct atmel_mci *host) in atmci_get_cap()
2357 struct atmel_mci *host; in atmci_probe()
2511 struct atmel_mci *host = platform_get_drvdata(pdev); in atmci_remove()
2546 struct atmel_mci *host = dev_get_drvdata(dev); in atmci_runtime_suspend()
2557 struct atmel_mci *host = dev_get_drvdata(dev); in atmci_runtime_resume()