Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-sprd.c79 #define SDHCI_SPRD_POSRD_DLY_MASK GENMASK(23, 16) macro
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()
680 p[mmc->ios.timing] &= ~(SDHCI_SPRD_POSRD_DLY_MASK); in sdhci_sprd_tuning()
681 p[mmc->ios.timing] |= ((best_clk_sample << 16) & SDHCI_SPRD_POSRD_DLY_MASK); in sdhci_sprd_tuning()