scratch_8         232 drivers/mmc/host/sdhci-pci-o2micro.c 	u8 scratch_8 = 0;
scratch_8         240 drivers/mmc/host/sdhci-pci-o2micro.c 			O2_SD_LOCK_WP, &scratch_8);
scratch_8         241 drivers/mmc/host/sdhci-pci-o2micro.c 	scratch_8 &= 0x7f;
scratch_8         242 drivers/mmc/host/sdhci-pci-o2micro.c 	pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8);
scratch_8         261 drivers/mmc/host/sdhci-pci-o2micro.c 		scratch_8 = SDHCI_CLOCK_INT_EN;
scratch_8         262 drivers/mmc/host/sdhci-pci-o2micro.c 		sdhci_writeb(host, scratch_8, SDHCI_CLOCK_CONTROL);
scratch_8         271 drivers/mmc/host/sdhci-pci-o2micro.c 				scratch_8 |= SDHCI_CLOCK_CARD_EN;
scratch_8         272 drivers/mmc/host/sdhci-pci-o2micro.c 				sdhci_writeb(host, scratch_8,
scratch_8         293 drivers/mmc/host/sdhci-pci-o2micro.c 				   O2_SD_LOCK_WP, &scratch_8);
scratch_8         294 drivers/mmc/host/sdhci-pci-o2micro.c 	scratch_8 |= 0x80;
scratch_8         295 drivers/mmc/host/sdhci-pci-o2micro.c 	pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8);