Home
last modified time | relevance | path

Searched defs:msdc_host (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dmtk-sd.c421 struct msdc_host { struct
422 struct device *dev;
423 const struct mtk_mmc_compatible *dev_comp;
424 int cmd_rsp;
426 spinlock_t lock;
427 struct mmc_request *mrq;
428 struct mmc_command *cmd;
429 struct mmc_data *data;
430 int error;
432 void __iomem *base; /* host base address */
[all …]
/openbmc/u-boot/drivers/mmc/
H A Dmtk-sd.c243 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;
[all …]