Symbol: atmel_mci
drivers/mmc/host/atmel-mci.c
1023
static u32 atmci_prepare_data(struct atmel_mci *host, struct mmc_data *data)
drivers/mmc/host/atmel-mci.c
1063
atmci_prepare_data_pdc(struct atmel_mci *host, struct mmc_data *data)
drivers/mmc/host/atmel-mci.c
1109
atmci_prepare_data_dma(struct atmel_mci *host, struct mmc_data *data)
drivers/mmc/host/atmel-mci.c
1186
atmci_submit_data(struct atmel_mci *host, struct mmc_data *data)
drivers/mmc/host/atmel-mci.c
1195
atmci_submit_data_pdc(struct atmel_mci *host, struct mmc_data *data)
drivers/mmc/host/atmel-mci.c
1204
atmci_submit_data_dma(struct atmel_mci *host, struct mmc_data *data)
drivers/mmc/host/atmel-mci.c
1215
static void atmci_stop_transfer(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
1227
static void atmci_stop_transfer_pdc(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
1232
static void atmci_stop_transfer_dma(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
1252
static void atmci_start_request(struct atmel_mci *host,
drivers/mmc/host/atmel-mci.c
1347
static void atmci_queue_request(struct atmel_mci *host,
drivers/mmc/host/atmel-mci.c
1370
struct atmel_mci *host = slot->host;
drivers/mmc/host/atmel-mci.c
1404
struct atmel_mci *host = slot->host;
drivers/mmc/host/atmel-mci.c
1562
struct atmel_mci *host = slot->host;
drivers/mmc/host/atmel-mci.c
1579
static void atmci_request_end(struct atmel_mci *host, struct mmc_request *mrq)
drivers/mmc/host/atmel-mci.c
1621
static void atmci_command_complete(struct atmel_mci *host,
drivers/mmc/host/atmel-mci.c
1672
struct atmel_mci *host = slot->host;
drivers/mmc/host/atmel-mci.c
1746
struct atmel_mci *host = from_work(host, t, bh_work);
drivers/mmc/host/atmel-mci.c
1944
static void atmci_read_data_pio(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
2011
static void atmci_write_data_pio(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
2079
static void atmci_sdio_interrupt(struct atmel_mci *host, u32 status)
drivers/mmc/host/atmel-mci.c
2094
struct atmel_mci *host = dev_id;
drivers/mmc/host/atmel-mci.c
2236
static int atmci_init_slot(struct atmel_mci *host,
drivers/mmc/host/atmel-mci.c
2359
static int atmci_configure_dma(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
2385
static void atmci_get_cap(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
2440
struct atmel_mci *host;
drivers/mmc/host/atmel-mci.c
2589
struct atmel_mci *host = platform_get_drvdata(pdev);
drivers/mmc/host/atmel-mci.c
2621
struct atmel_mci *host = dev_get_drvdata(dev);
drivers/mmc/host/atmel-mci.c
2632
struct atmel_mci *host = dev_get_drvdata(dev);
drivers/mmc/host/atmel-mci.c
378
u32 (*prepare_data)(struct atmel_mci *host, struct mmc_data *data);
drivers/mmc/host/atmel-mci.c
379
void (*submit_data)(struct atmel_mci *host, struct mmc_data *data);
drivers/mmc/host/atmel-mci.c
380
void (*stop_transfer)(struct atmel_mci *host);
drivers/mmc/host/atmel-mci.c
403
struct atmel_mci *host;
drivers/mmc/host/atmel-mci.c
524
struct atmel_mci *host = s->private;
drivers/mmc/host/atmel-mci.c
605
struct atmel_mci *host = slot->host;
drivers/mmc/host/atmel-mci.c
628
static int atmci_of_init(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
681
static inline unsigned int atmci_get_version(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
694
static inline unsigned int atmci_convert_chksize(struct atmel_mci *host,
drivers/mmc/host/atmel-mci.c
711
struct atmel_mci *host = timer_container_of(host, t, timer);
drivers/mmc/host/atmel-mci.c
736
static inline unsigned int atmci_ns_to_clocks(struct atmel_mci *host,
drivers/mmc/host/atmel-mci.c
749
static void atmci_set_timeout(struct atmel_mci *host,
drivers/mmc/host/atmel-mci.c
829
static void atmci_send_command(struct atmel_mci *host,
drivers/mmc/host/atmel-mci.c
847
static void atmci_send_stop_cmd(struct atmel_mci *host, struct mmc_data *data)
drivers/mmc/host/atmel-mci.c
860
static void atmci_pdc_set_single_buf(struct atmel_mci *host,
drivers/mmc/host/atmel-mci.c
911
static void atmci_pdc_set_both_buf(struct atmel_mci *host, int dir)
drivers/mmc/host/atmel-mci.c
921
static void atmci_pdc_cleanup(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
935
static void atmci_pdc_complete(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
959
static void atmci_dma_cleanup(struct atmel_mci *host)
drivers/mmc/host/atmel-mci.c
974
struct atmel_mci *host = arg;