Lines Matching defs:scratch32
87 u32 scratch32;
94 scratch32 = sdhci_readl(host, SDHCI_PRESENT_STATE);
95 if ((scratch32 & SDHCI_CARD_PRESENT) >> SDHCI_CARD_PRES_SHIFT
96 == (scratch32 & SDHCI_CD_LVL) >> SDHCI_CD_LVL_SHIFT)
113 u32 scratch32;
116 scratch32 = sdhci_readl(host, O2_PLL_DLL_WDT_CONTROL1);
117 scratch32 |= O2_PLL_SOFT_RESET;
118 sdhci_writel(host, scratch32, O2_PLL_DLL_WDT_CONTROL1);
120 scratch32 &= ~(O2_PLL_SOFT_RESET);
121 sdhci_writel(host, scratch32, O2_PLL_DLL_WDT_CONTROL1);
124 scratch32 |= O2_PLL_FORCE_ACTIVE;
125 sdhci_writel(host, scratch32, O2_PLL_DLL_WDT_CONTROL1);
150 scratch32 = sdhci_readl(host, O2_PLL_DLL_WDT_CONTROL1);
151 scratch32 &= ~O2_PLL_FORCE_ACTIVE;
152 sdhci_writel(host, scratch32, O2_PLL_DLL_WDT_CONTROL1);
194 u32 scratch32 = 0;
197 scratch32, !(scratch32 & O2_DLL_LOCK_STATUS), 1, 1000000);
320 u32 scratch32 = 0;
384 scratch32, (scratch32 & O2_DLL_LOCK_STATUS), 1, 5000))