Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
Ddw_mmc.h520 struct dw_mci_slot { struct
521 struct mmc_host *mmc;
522 struct dw_mci *host;
524 u32 ctype;
526 struct mmc_request *mrq;
527 struct list_head queue_node;
529 unsigned int clock;
530 unsigned int __clk_old;
532 unsigned long flags;
561 int (*execute_tuning)(struct dw_mci_slot *slot, u32 opcode); argument