Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3535av100/
Dsdhci_boot.c65 #define SDHCI_CTRL_8BITBUS 0x20 macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3521dv200/
Dhimci_boot.c69 #define SDHCI_CTRL_8BITBUS 0x20 macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3531dv200/
Dsdhci_boot.c65 #define SDHCI_CTRL_8BITBUS 0x20 macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3520dv500/
Dhimci_boot.c69 #define SDHCI_CTRL_8BITBUS 0x20 macro
/third_party/uboot/u-boot-2020.01/include/
Dsdhci.h76 #define SDHCI_CTRL_8BITBUS BIT(5) macro
/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dsdhci.c708 ctrl |= SDHCI_CTRL_8BITBUS;
712 ctrl &= ~SDHCI_CTRL_8BITBUS;