Home
last modified time | relevance | path

Searched refs:SDHCI_CLOCK_CARD_EN (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/mmc/
H A Dxenon_sdhci.c236 var &= ~SDHCI_CLOCK_CARD_EN; in xenon_mmc_phy_set()
250 var |= SDHCI_CLOCK_CARD_EN; in xenon_mmc_phy_set()
H A Dsdhci.c336 clk |= SDHCI_CLOCK_CARD_EN;
/rk3399_rockchip-uboot/include/
H A Dsdhci.h102 #define SDHCI_CLOCK_CARD_EN BIT(2) macro