Searched refs:dll_dly_offset (Results 1 – 1 of 1) sorted by relevance
195 u32 dll_dly_offset; in sdhci_sprd_set_dll_invert() local 197 dll_dly_offset = sdhci_readl(host, SDHCI_SPRD_REG_32_DLL_DLY_OFFSET); in sdhci_sprd_set_dll_invert() 199 dll_dly_offset |= mask; in sdhci_sprd_set_dll_invert() 201 dll_dly_offset &= ~mask; in sdhci_sprd_set_dll_invert() 202 sdhci_writel(host, dll_dly_offset, SDHCI_SPRD_REG_32_DLL_DLY_OFFSET); in sdhci_sprd_set_dll_invert()