Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dsdhci.c534 ctrl |= SDHCI_CTRL_HISPD;
536 ctrl &= ~SDHCI_CTRL_HISPD;
/rk3399_rockchip-uboot/include/
H A Dsdhci.h72 #define SDHCI_CTRL_HISPD BIT(2) macro