Lines Matching defs:scratch32
77 u32 scratch32;
84 scratch32 = sdhci_readl(host, SDHCI_PRESENT_STATE);
85 if ((scratch32 & SDHCI_CARD_PRESENT) >> SDHCI_CARD_PRES_SHIFT
86 == (scratch32 & SDHCI_CD_LVL) >> SDHCI_CD_LVL_SHIFT)
103 u32 scratch32;
106 scratch32 = sdhci_readl(host, O2_PLL_DLL_WDT_CONTROL1);
107 scratch32 |= O2_PLL_SOFT_RESET;
108 sdhci_writel(host, scratch32, O2_PLL_DLL_WDT_CONTROL1);
110 scratch32 &= ~(O2_PLL_SOFT_RESET);
111 sdhci_writel(host, scratch32, O2_PLL_DLL_WDT_CONTROL1);
114 scratch32 |= O2_PLL_FORCE_ACTIVE;
115 sdhci_writel(host, scratch32, O2_PLL_DLL_WDT_CONTROL1);
140 scratch32 = sdhci_readl(host, O2_PLL_DLL_WDT_CONTROL1);
141 scratch32 &= ~O2_PLL_FORCE_ACTIVE;
142 sdhci_writel(host, scratch32, O2_PLL_DLL_WDT_CONTROL1);
184 u32 scratch32 = 0;
187 scratch32, !(scratch32 & O2_DLL_LOCK_STATUS), 1, 1000000);
308 u32 scratch32 = 0;
330 scratch32, (scratch32 & O2_DLL_LOCK_STATUS), 1, 5000))