Searched defs:tmio_mmc_host (Results 1 – 1 of 1) sorted by relevance
43 struct tmio_mmc_host { struct44 void __iomem *ctl;45 unsigned long bus_shift;46 struct mmc_command *cmd;47 struct mmc_request *mrq;48 struct mmc_data *data;49 struct mmc_host *mmc;50 unsigned int sdio_irq_enabled;53 void (*set_pwr)(struct platform_device *host, int state);54 void (*set_clk_div)(struct platform_device *host, int state);[all …]