Lines Matching refs:scratch_8
237 u8 scratch_8 = 0; in sdhci_o2_dll_recovery() local
245 O2_SD_LOCK_WP, &scratch_8); in sdhci_o2_dll_recovery()
246 scratch_8 &= 0x7f; in sdhci_o2_dll_recovery()
247 pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8); in sdhci_o2_dll_recovery()
266 scratch_8 = SDHCI_CLOCK_INT_EN; in sdhci_o2_dll_recovery()
267 sdhci_writeb(host, scratch_8, SDHCI_CLOCK_CONTROL); in sdhci_o2_dll_recovery()
276 scratch_8 |= SDHCI_CLOCK_CARD_EN; in sdhci_o2_dll_recovery()
277 sdhci_writeb(host, scratch_8, in sdhci_o2_dll_recovery()
298 O2_SD_LOCK_WP, &scratch_8); in sdhci_o2_dll_recovery()
299 scratch_8 |= 0x80; in sdhci_o2_dll_recovery()
300 pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8); in sdhci_o2_dll_recovery()