Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dsdhci-tegra.c209 u8 gap_ctrl = readb(host->ioaddr + SDHCI_BLOCK_GAP_CONTROL); in tegra_sdhci_writel() local
211 gap_ctrl |= 0x8; in tegra_sdhci_writel()
213 gap_ctrl &= ~0x8; in tegra_sdhci_writel()
214 writeb(gap_ctrl, host->ioaddr + SDHCI_BLOCK_GAP_CONTROL); in tegra_sdhci_writel()