Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mmc/host/
Dsdhci-tegra.c232 u8 gap_ctrl = readb(host->ioaddr + SDHCI_BLOCK_GAP_CONTROL); in tegra_sdhci_writel() local
234 gap_ctrl |= 0x8; in tegra_sdhci_writel()
236 gap_ctrl &= ~0x8; in tegra_sdhci_writel()
237 writeb(gap_ctrl, host->ioaddr + SDHCI_BLOCK_GAP_CONTROL); in tegra_sdhci_writel()