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