Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mmc/
H A Dmmc.h383 #define EXT_CSD_TIMING_HS200 2 /* HS200 */ macro
/openbmc/u-boot/include/
H A Dmmc.h266 #define EXT_CSD_TIMING_HS200 2 /* HS200 */ macro
/openbmc/linux/drivers/mmc/core/
H A Dmmc.c1306 val = EXT_CSD_TIMING_HS200 | in mmc_hs400_to_hs200()
1487 val = EXT_CSD_TIMING_HS200 | in mmc_select_hs200()
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c784 speed_bits = EXT_CSD_TIMING_HS200; in mmc_set_card_speed()