Searched defs:msdc_host (Results 1 – 1 of 1) sorted by relevance
243 struct msdc_host { struct244 struct mtk_sd_regs *base;245 struct mmc *mmc;247 struct msdc_compatible *dev_comp;249 struct clk src_clk; /* for SD/MMC bus clock */250 struct clk h_clk; /* MSDC core clock */252 u32 src_clk_freq; /* source clock */253 u32 mclk; /* mmc framework required bus clock */254 u32 sclk; /* actual calculated bus clock */257 u32 timeout_ns;[all …]