Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-pic32.c66 ctrl |= SDHCI_CTRL_8BITBUS; in pic32_sdhci_set_bus_width()
69 ctrl &= ~SDHCI_CTRL_8BITBUS; in pic32_sdhci_set_bus_width()
H A Dsdhci.h93 #define SDHCI_CTRL_8BITBUS 0x20 macro
H A Dsdhci.c2249 ctrl |= SDHCI_CTRL_8BITBUS; in sdhci_set_bus_width()
2252 ctrl &= ~SDHCI_CTRL_8BITBUS; in sdhci_set_bus_width()
/openbmc/u-boot/drivers/mmc/
H A Dsdhci.c500 ctrl |= SDHCI_CTRL_8BITBUS;
504 ctrl &= ~SDHCI_CTRL_8BITBUS;
/openbmc/u-boot/include/
H A Dsdhci.h76 #define SDHCI_CTRL_8BITBUS BIT(5) macro