Lines Matching defs:msdc_host
243 struct msdc_host { struct
244 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;
258 u32 timeout_clks;
261 u32 hs400_ds_delay;
262 u32 hs200_cmd_int_delay;
286 static void msdc_reset_hw(struct msdc_host *host) in msdc_reset_hw() argument