Lines Matching refs:scratch_8
232 u8 scratch_8 = 0; in sdhci_o2_dll_recovery() local
240 O2_SD_LOCK_WP, &scratch_8); in sdhci_o2_dll_recovery()
241 scratch_8 &= 0x7f; in sdhci_o2_dll_recovery()
242 pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8); in sdhci_o2_dll_recovery()
261 scratch_8 = SDHCI_CLOCK_INT_EN; in sdhci_o2_dll_recovery()
262 sdhci_writeb(host, scratch_8, SDHCI_CLOCK_CONTROL); in sdhci_o2_dll_recovery()
271 scratch_8 |= SDHCI_CLOCK_CARD_EN; in sdhci_o2_dll_recovery()
272 sdhci_writeb(host, scratch_8, in sdhci_o2_dll_recovery()
293 O2_SD_LOCK_WP, &scratch_8); in sdhci_o2_dll_recovery()
294 scratch_8 |= 0x80; in sdhci_o2_dll_recovery()
295 pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8); in sdhci_o2_dll_recovery()