Searched defs:dw_mci_slot (Results 1 – 2 of 2) sorted by relevance
319 struct dw_mci_slot { struct320 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 …]
526 struct dw_mci_slot { struct527 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