Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mmc/
H A Dcard.h184 #define SD_SET_CURRENT_LIMIT_400 1 macro
190 #define SD_MAX_CURRENT_400 (1 << SD_SET_CURRENT_LIMIT_400)
/openbmc/linux/drivers/mmc/core/
H A Dsd.c602 current_limit = SD_SET_CURRENT_LIMIT_400; in sd_set_current_limit()