Home
last modified time | relevance | path

Searched refs:mmc_set_rst_n_function (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dmmc_boot.c123 int mmc_set_rst_n_function(struct mmc *mmc, u8 enable) in mmc_set_rst_n_function() function
/openbmc/u-boot/include/
H A Dmmc.h761 int mmc_set_rst_n_function(struct mmc *mmc, u8 enable);
/openbmc/u-boot/cmd/
H A Dmmc.c819 return mmc_set_rst_n_function(mmc, enable); in do_mmc_rst_func()