Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-pci-gli.c215 ctrl2 &= ~SDHCI_CTRL_TUNED_CLK; in gli_set_9750()
235 ctrl2 &= ~SDHCI_CTRL_TUNED_CLK; in gli_set_9750()
282 if (ctrl & SDHCI_CTRL_TUNED_CLK) in __sdhci_execute_tuning_9750()
H A Dsdhci-acpi.c595 val |= SDHCI_CTRL_TUNED_CLK; in amd_set_ios()
599 val &= ~SDHCI_CTRL_TUNED_CLK; in amd_set_ios()
H A Dsdhci-esdhc-imx.c557 ret |= SDHCI_CTRL_TUNED_CLK; in esdhc_readw_le()
609 if (val & SDHCI_CTRL_TUNED_CLK) { in esdhc_writew_le()
620 if (val & SDHCI_CTRL_TUNED_CLK) { in esdhc_writew_le()
H A Dsdhci.h197 #define SDHCI_CTRL_TUNED_CLK 0x0080 macro
H A Dsdhci-pci-o2micro.c210 if (ctrl & SDHCI_CTRL_TUNED_CLK) { in __sdhci_o2_execute_tuning()
H A Dsdhci.c2657 ctrl |= SDHCI_CTRL_TUNED_CLK; in sdhci_start_tuning()
2687 ctrl &= ~SDHCI_CTRL_TUNED_CLK; in sdhci_reset_tuning()
2794 if (ctrl & SDHCI_CTRL_TUNED_CLK) in __sdhci_execute_tuning()
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h165 #define SDHCI_CTRL_TUNED_CLK 0x0080 macro
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsdhci.c636 if (ctrl & SDHCI_CTRL_TUNED_CLK)