Home
last modified time | relevance | path

Searched refs:top_ctl_val (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mmc/host/
H A Dmtk-sd.c2003 u32 top_ctl_val = readl(host->top_base + EMMC_TOP_CONTROL); in msdc_init_hw() local
2007 top_ctl_val |= PAD_DAT_RD_RXDLY_SEL; in msdc_init_hw()
2008 top_ctl_val &= ~DATA_K_VALUE_SEL; in msdc_init_hw()
2011 top_ctl_val |= PAD_DAT_RD_RXDLY2_SEL; in msdc_init_hw()
2014 writel(top_ctl_val, host->top_base + EMMC_TOP_CONTROL); in msdc_init_hw()