Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsdhci.h86 #define SDHCI_BLOCK_GAP_CONTROL 0x2A macro
/openbmc/linux/drivers/mmc/host/
H A Dsdhci.h110 #define SDHCI_BLOCK_GAP_CONTROL 0x2A macro
H A Dsdhci-tegra.c242 u8 gap_ctrl = readb(host->ioaddr + SDHCI_BLOCK_GAP_CONTROL); in tegra_sdhci_writel()
247 writeb(gap_ctrl, host->ioaddr + SDHCI_BLOCK_GAP_CONTROL); in tegra_sdhci_writel()
H A Dsdhci.c72 sdhci_readb(host, SDHCI_BLOCK_GAP_CONTROL)); in sdhci_dumpregs()