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;52 bool power;55 void (*set_pwr)(struct platform_device *host, int state);56 void (*set_clk_div)(struct platform_device *host, int state);[all …]