Lines Matching refs:atmel_mci

306 struct atmel_mci {  struct
351 u32 (*prepare_data)(struct atmel_mci *host, struct mmc_data *data); argument
352 void (*submit_data)(struct atmel_mci *host, struct mmc_data *data); argument
353 void (*stop_transfer)(struct atmel_mci *host); argument
377 struct atmel_mci *host;
499 struct atmel_mci *host = s->private; in atmci_regs_show()
580 struct atmel_mci *host = slot->host; in atmci_init_debugfs()
662 static inline unsigned int atmci_get_version(struct atmel_mci *host) in atmci_get_version()
675 static inline unsigned int atmci_convert_chksize(struct atmel_mci *host, in atmci_convert_chksize()
692 struct atmel_mci *host; in atmci_timeout_timer()
718 static inline unsigned int atmci_ns_to_clocks(struct atmel_mci *host, in atmci_ns_to_clocks()
731 static void atmci_set_timeout(struct atmel_mci *host, in atmci_set_timeout()
811 static void atmci_send_command(struct atmel_mci *host, in atmci_send_command()
830 static void atmci_send_stop_cmd(struct atmel_mci *host, struct mmc_data *data) in atmci_send_stop_cmd()
841 static void atmci_pdc_set_single_buf(struct atmel_mci *host, in atmci_pdc_set_single_buf()
892 static void atmci_pdc_set_both_buf(struct atmel_mci *host, int dir) in atmci_pdc_set_both_buf()
902 static void atmci_pdc_cleanup(struct atmel_mci *host) in atmci_pdc_cleanup()
917 static void atmci_pdc_complete(struct atmel_mci *host) in atmci_pdc_complete()
940 static void atmci_dma_cleanup(struct atmel_mci *host) in atmci_dma_cleanup()
955 struct atmel_mci *host = arg; in atmci_dma_complete()
1004 static u32 atmci_prepare_data(struct atmel_mci *host, struct mmc_data *data) in atmci_prepare_data()
1044 atmci_prepare_data_pdc(struct atmel_mci *host, struct mmc_data *data) in atmci_prepare_data_pdc()
1090 atmci_prepare_data_dma(struct atmel_mci *host, struct mmc_data *data) in atmci_prepare_data_dma()
1167 atmci_submit_data(struct atmel_mci *host, struct mmc_data *data) in atmci_submit_data()
1176 atmci_submit_data_pdc(struct atmel_mci *host, struct mmc_data *data) in atmci_submit_data_pdc()
1185 atmci_submit_data_dma(struct atmel_mci *host, struct mmc_data *data) in atmci_submit_data_dma()
1196 static void atmci_stop_transfer(struct atmel_mci *host) in atmci_stop_transfer()
1207 static void atmci_stop_transfer_pdc(struct atmel_mci *host) in atmci_stop_transfer_pdc()
1212 static void atmci_stop_transfer_dma(struct atmel_mci *host) in atmci_stop_transfer_dma()
1232 static void atmci_start_request(struct atmel_mci *host, in atmci_start_request()
1326 static void atmci_queue_request(struct atmel_mci *host, in atmci_queue_request()
1347 struct atmel_mci *host = slot->host; in atmci_request()
1380 struct atmel_mci *host = slot->host; in atmci_set_ios()
1539 struct atmel_mci *host = slot->host; in atmci_enable_sdio_irq()
1556 static void atmci_request_end(struct atmel_mci *host, struct mmc_request *mrq) in atmci_request_end()
1598 static void atmci_command_complete(struct atmel_mci *host, in atmci_command_complete()
1649 struct atmel_mci *host = slot->host; in atmci_detect_change()
1723 struct atmel_mci *host = from_tasklet(host, t, tasklet); in atmci_tasklet_func()
1928 static void atmci_read_data_pio(struct atmel_mci *host) in atmci_read_data_pio()
1995 static void atmci_write_data_pio(struct atmel_mci *host) in atmci_write_data_pio()
2063 static void atmci_sdio_interrupt(struct atmel_mci *host, u32 status) in atmci_sdio_interrupt()
2078 struct atmel_mci *host = dev_id; in atmci_interrupt()
2219 static int atmci_init_slot(struct atmel_mci *host, in atmci_init_slot()
2353 static int atmci_configure_dma(struct atmel_mci *host) in atmci_configure_dma()
2395 static void atmci_get_cap(struct atmel_mci *host) in atmci_get_cap()
2451 struct atmel_mci *host; in atmci_probe()
2605 struct atmel_mci *host = platform_get_drvdata(pdev); in atmci_remove()
2640 struct atmel_mci *host = dev_get_drvdata(dev); in atmci_runtime_suspend()
2651 struct atmel_mci *host = dev_get_drvdata(dev); in atmci_runtime_resume()