Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dsdhci.c512 ctrl |= SDHCI_CTRL_HISPD;
514 ctrl &= ~SDHCI_CTRL_HISPD;
518 ctrl &= ~SDHCI_CTRL_HISPD;
/openbmc/u-boot/include/
H A Dsdhci.h70 #define SDHCI_CTRL_HISPD BIT(2) macro
/openbmc/linux/drivers/mmc/host/
H A Dsdhci.h86 #define SDHCI_CTRL_HISPD 0x04 macro
H A Dsdhci_am654.c379 val &= ~SDHCI_CTRL_HISPD; in sdhci_am654_write_b()
H A Dsdhci.c2403 ctrl |= SDHCI_CTRL_HISPD; in sdhci_set_ios()
2405 ctrl &= ~SDHCI_CTRL_HISPD; in sdhci_set_ios()