Lines Matching refs:scratch
460 u8 scratch; in jmicron_pmos() local
463 ret = pci_read_config_byte(chip->pdev, 0xAE, &scratch); in jmicron_pmos()
472 scratch |= 0x47; in jmicron_pmos()
474 scratch &= ~0x47; in jmicron_pmos()
476 return pci_write_config_byte(chip->pdev, 0xAE, scratch); in jmicron_pmos()
549 u8 scratch; in jmicron_enable_mmc() local
551 scratch = readb(host->ioaddr + 0xC0); in jmicron_enable_mmc()
554 scratch |= 0x01; in jmicron_enable_mmc()
556 scratch &= ~0x01; in jmicron_enable_mmc()
558 writeb(scratch, host->ioaddr + 0xC0); in jmicron_enable_mmc()
1754 u32 scratch; in sdhci_pci_remove_slot() local
1759 scratch = readl(slot->host->ioaddr + SDHCI_INT_STATUS); in sdhci_pci_remove_slot()
1760 if (scratch == (u32)-1) in sdhci_pci_remove_slot()