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