Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsdhci.c534 ctrl |= SDHCI_CTRL_HISPD;
536 ctrl &= ~SDHCI_CTRL_HISPD;
/OK3568_Linux_fs/u-boot/include/
H A Dsdhci.h72 #define SDHCI_CTRL_HISPD BIT(2) macro
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci.h87 #define SDHCI_CTRL_HISPD 0x04 macro
H A Dsdhci_am654.c356 val &= ~SDHCI_CTRL_HISPD; in sdhci_am654_write_b()
H A Dsdhci.c2319 ctrl |= SDHCI_CTRL_HISPD; in sdhci_set_ios()
2321 ctrl &= ~SDHCI_CTRL_HISPD; in sdhci_set_ios()