Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci-pci-o2micro.c169 u32 scratch_32; in o2_pci_set_baseclk() local
172 O2_SD_PLL_SETTING, &scratch_32); in o2_pci_set_baseclk()
174 scratch_32 &= 0x0000FFFF; in o2_pci_set_baseclk()
175 scratch_32 |= value; in o2_pci_set_baseclk()
178 O2_SD_PLL_SETTING, scratch_32); in o2_pci_set_baseclk()
248 u32 scratch_32 = 0; in sdhci_o2_dll_recovery() local
263 scratch_32 = sdhci_readl(host, O2_PLL_DLL_WDT_CONTROL1); in sdhci_o2_dll_recovery()
264 scratch_32 |= O2_PLL_SOFT_RESET; in sdhci_o2_dll_recovery()
265 sdhci_writel(host, scratch_32, O2_PLL_DLL_WDT_CONTROL1); in sdhci_o2_dll_recovery()
269 &scratch_32); in sdhci_o2_dll_recovery()
[all …]