Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Ddw_mmc-hi3798cv200.c48 val |= SDMMC_DDR_HS400; in dw_mci_hi3798cv200_set_ios()
50 val &= ~SDMMC_DDR_HS400; in dw_mci_hi3798cv200_set_ios()
H A Ddw_mmc.h456 #define SDMMC_DDR_HS400 BIT(31) macro