Home
last modified time | relevance | path

Searched refs:scratch_8 (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/mmc/host/
Dsdhci-pci-o2micro.c234 u8 scratch_8 = 0; in sdhci_o2_dll_recovery() local
242 O2_SD_LOCK_WP, &scratch_8); in sdhci_o2_dll_recovery()
243 scratch_8 &= 0x7f; in sdhci_o2_dll_recovery()
244 pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8); in sdhci_o2_dll_recovery()
263 scratch_8 = SDHCI_CLOCK_INT_EN; in sdhci_o2_dll_recovery()
264 sdhci_writeb(host, scratch_8, SDHCI_CLOCK_CONTROL); in sdhci_o2_dll_recovery()
273 scratch_8 |= SDHCI_CLOCK_CARD_EN; in sdhci_o2_dll_recovery()
274 sdhci_writeb(host, scratch_8, in sdhci_o2_dll_recovery()
295 O2_SD_LOCK_WP, &scratch_8); in sdhci_o2_dll_recovery()
296 scratch_8 |= 0x80; in sdhci_o2_dll_recovery()
[all …]