Home
last modified time | relevance | path

Searched refs:SDHCI_CLOCK_CTRL_TAP_MASK (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-tegra.c33 #define SDHCI_CLOCK_CTRL_TAP_MASK 0x00ff0000 macro
346 reg &= ~SDHCI_CLOCK_CTRL_TAP_MASK; in tegra_sdhci_set_tap()
935 tegra_host->tuned_tap_delay = (val & SDHCI_CLOCK_CTRL_TAP_MASK) >> in tegra_sdhci_post_tuning()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-tegra.c38 #define SDHCI_CLOCK_CTRL_TAP_MASK 0x00ff0000 macro
353 reg &= ~SDHCI_CLOCK_CTRL_TAP_MASK; in tegra_sdhci_set_tap()
949 tegra_host->tuned_tap_delay = (val & SDHCI_CLOCK_CTRL_TAP_MASK) >> in tegra_sdhci_post_tuning()

Completed in 6 milliseconds