Home
last modified time | relevance | path

Searched refs:EXT_CSD_TIMING_HS400 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/mmc/
H A Dmmc.h384 #define EXT_CSD_TIMING_HS400 3 /* HS400 */ macro
/openbmc/u-boot/include/
H A Dmmc.h267 #define EXT_CSD_TIMING_HS400 3 /* HS400 */ macro
/openbmc/linux/drivers/mmc/core/
H A Dmmc.c1220 val = EXT_CSD_TIMING_HS400 | in mmc_select_hs400()
1422 val = EXT_CSD_TIMING_HS400 | in mmc_select_hs400es()
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c789 speed_bits = EXT_CSD_TIMING_HS400; in mmc_set_card_speed()