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()
1168 atmci_submit_data(struct atmel_mci *host, struct mmc_data *data) in atmci_submit_data()
1177 atmci_submit_data_pdc(struct atmel_mci *host, struct mmc_data *data) in atmci_submit_data_pdc()
1186 atmci_submit_data_dma(struct atmel_mci *host, struct mmc_data *data) in atmci_submit_data_dma()
1197 static void atmci_stop_transfer(struct atmel_mci *host) in atmci_stop_transfer()
1208 static void atmci_stop_transfer_pdc(struct atmel_mci *host) in atmci_stop_transfer_pdc()
1213 static void atmci_stop_transfer_dma(struct atmel_mci *host) in atmci_stop_transfer_dma()
1233 static void atmci_start_request(struct atmel_mci *host, in atmci_start_request()
1327 static void atmci_queue_request(struct atmel_mci *host, in atmci_queue_request()
1348 struct atmel_mci *host = slot->host; in atmci_request()
1381 struct atmel_mci *host = slot->host; in atmci_set_ios()
1540 struct atmel_mci *host = slot->host; in atmci_enable_sdio_irq()
1557 static void atmci_request_end(struct atmel_mci *host, struct mmc_request *mrq) in atmci_request_end()
1599 static void atmci_command_complete(struct atmel_mci *host, in atmci_command_complete()
1650 struct atmel_mci *host = slot->host; in atmci_detect_change()
1724 struct atmel_mci *host = (struct atmel_mci *)priv; in atmci_tasklet_func()
1929 static void atmci_read_data_pio(struct atmel_mci *host) in atmci_read_data_pio()
1996 static void atmci_write_data_pio(struct atmel_mci *host) in atmci_write_data_pio()
2064 static void atmci_sdio_interrupt(struct atmel_mci *host, u32 status) in atmci_sdio_interrupt()
2079 struct atmel_mci *host = dev_id; in atmci_interrupt()
2220 static int atmci_init_slot(struct atmel_mci *host, in atmci_init_slot()
2354 static int atmci_configure_dma(struct atmel_mci *host) in atmci_configure_dma()
2396 static void atmci_get_cap(struct atmel_mci *host) in atmci_get_cap()
2452 struct atmel_mci *host; in atmci_probe()
2606 struct atmel_mci *host = platform_get_drvdata(pdev); in atmci_remove()
2641 struct atmel_mci *host = dev_get_drvdata(dev); in atmci_runtime_suspend()
2652 struct atmel_mci *host = dev_get_drvdata(dev); in atmci_runtime_resume()