Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-sprd.c634 u32 dll_cfg, dll_dly; in sdhci_sprd_tuning() local
650 dll_dly = p[mmc->ios.timing]; in sdhci_sprd_tuning()
654 dll_dly &= ~SDHCI_SPRD_CMD_DLY_MASK; in sdhci_sprd_tuning()
655 dll_dly |= ((i << 8) & SDHCI_SPRD_CMD_DLY_MASK); in sdhci_sprd_tuning()
657 dll_dly &= ~SDHCI_SPRD_POSRD_DLY_MASK; in sdhci_sprd_tuning()
658 dll_dly |= ((i << 16) & SDHCI_SPRD_POSRD_DLY_MASK); in sdhci_sprd_tuning()
661 sdhci_writel(host, dll_dly, SDHCI_SPRD_REG_32_DLL_DLY); in sdhci_sprd_tuning()