Lines Matching refs:scratch
362 u8 scratch; in jmicron_pmos() local
365 ret = pci_read_config_byte(chip->pdev, 0xAE, &scratch); in jmicron_pmos()
374 scratch |= 0x47; in jmicron_pmos()
376 scratch &= ~0x47; in jmicron_pmos()
378 ret = pci_write_config_byte(chip->pdev, 0xAE, scratch); in jmicron_pmos()
455 u8 scratch; in jmicron_enable_mmc() local
457 scratch = readb(host->ioaddr + 0xC0); in jmicron_enable_mmc()
460 scratch |= 0x01; in jmicron_enable_mmc()
462 scratch &= ~0x01; in jmicron_enable_mmc()
464 writeb(scratch, host->ioaddr + 0xC0); in jmicron_enable_mmc()
1542 u32 scratch; in sdhci_pci_remove_slot() local
1547 scratch = readl(slot->host->ioaddr + SDHCI_INT_STATUS); in sdhci_pci_remove_slot()
1548 if (scratch == (u32)-1) in sdhci_pci_remove_slot()