Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Ddw_mmc.h524 struct dw_mci_slot { struct
525 struct mmc_host *mmc;
526 struct dw_mci *host;
528 u32 ctype;
530 struct mmc_request *mrq;
531 struct list_head queue_node;
533 unsigned int clock;
534 unsigned int __clk_old;
536 unsigned long flags;
565 int (*execute_tuning)(struct dw_mci_slot *slot, u32 opcode); argument