Lines Matching refs:scratch_8

247 	u8 scratch_8 = 0;  in sdhci_o2_dll_recovery()  local
255 O2_SD_LOCK_WP, &scratch_8); in sdhci_o2_dll_recovery()
256 scratch_8 &= 0x7f; in sdhci_o2_dll_recovery()
257 pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8); in sdhci_o2_dll_recovery()
276 scratch_8 = SDHCI_CLOCK_INT_EN; in sdhci_o2_dll_recovery()
277 sdhci_writeb(host, scratch_8, SDHCI_CLOCK_CONTROL); in sdhci_o2_dll_recovery()
286 scratch_8 |= SDHCI_CLOCK_CARD_EN; in sdhci_o2_dll_recovery()
287 sdhci_writeb(host, scratch_8, in sdhci_o2_dll_recovery()
308 O2_SD_LOCK_WP, &scratch_8); in sdhci_o2_dll_recovery()
309 scratch_8 |= 0x80; in sdhci_o2_dll_recovery()
310 pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8); in sdhci_o2_dll_recovery()
322 u8 scratch_8 = 0; in sdhci_o2_execute_tuning() local
357 pci_read_config_byte(chip->pdev, O2_SD_LOCK_WP, &scratch_8); in sdhci_o2_execute_tuning()
358 scratch_8 &= 0x7f; in sdhci_o2_execute_tuning()
359 pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8); in sdhci_o2_execute_tuning()
368 pci_read_config_byte(chip->pdev, O2_SD_LOCK_WP, &scratch_8); in sdhci_o2_execute_tuning()
369 scratch_8 |= 0x80; in sdhci_o2_execute_tuning()
370 pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8); in sdhci_o2_execute_tuning()
701 u8 scratch_8 = 0; in sdhci_pci_o2_set_power() local
707 pci_read_config_byte(chip->pdev, O2_SD_LOCK_WP, &scratch_8); in sdhci_pci_o2_set_power()
708 scratch_8 &= 0x7f; in sdhci_pci_o2_set_power()
709 pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8); in sdhci_pci_o2_set_power()
717 pci_read_config_byte(chip->pdev, O2_SD_LOCK_WP, &scratch_8); in sdhci_pci_o2_set_power()
718 scratch_8 |= 0x80; in sdhci_pci_o2_set_power()
719 pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8); in sdhci_pci_o2_set_power()