Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mmc/host/
Dsdhci-tegra.c237 u8 gap_ctrl = readb(host->ioaddr + SDHCI_BLOCK_GAP_CONTROL); in tegra_sdhci_writel() local
239 gap_ctrl |= 0x8; in tegra_sdhci_writel()
241 gap_ctrl &= ~0x8; in tegra_sdhci_writel()
242 writeb(gap_ctrl, host->ioaddr + SDHCI_BLOCK_GAP_CONTROL); in tegra_sdhci_writel()