Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dexynos_dw_mmc.c81 if (host->quirks & DWMCI_QUIRK_DISABLE_SMU) { in exynos_dwmci_board_init()
114 host->quirks = DWMCI_QUIRK_DISABLE_SMU; in exynos_dwmci_core_init()
/OK3568_Linux_fs/u-boot/include/
H A Ddwmmc.h137 #define DWMCI_QUIRK_DISABLE_SMU (1 << 0) macro