Home
last modified time | relevance | path

Searched defs:dw_mci_slot (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Drk_sdmmc.h319 struct dw_mci_slot { struct
320 struct mmc_host *mmc;
321 struct dw_mci *host;
322 int quirks;
323 int wp_gpio;
324 int cd_gpio;
325 int pwr_en_gpio;
326 u32 ctype;
327 u32 pre_ctype;
329 struct mmc_request *mrq;
[all …]
H A Ddw_mmc.h526 struct dw_mci_slot { struct
527 struct mmc_host *mmc;
528 struct dw_mci *host;
530 u32 ctype;
532 struct mmc_request *mrq;
533 struct list_head queue_node;
535 unsigned int clock;
536 unsigned int __clk_old;
538 unsigned long flags;
567 int (*execute_tuning)(struct dw_mci_slot *slot, u32 opcode); argument